reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineBasicBlock.h
  600   void pop_back() { Insts.pop_back(); }
lib/Analysis/DomTreeUpdater.cpp
  224     DelBB->getInstList().pop_back();
lib/Analysis/IVUsers.cpp
  279           IVUses.pop_back();
lib/Transforms/IPO/PruneEH.cpp
  215           BB->getInstList().pop_back();
lib/Transforms/Utils/BasicBlockUtils.cpp
   78       BB->getInstList().pop_back();
  267     BB->getInstList().pop_back();
  273     PredBB->getInstList().pop_back();
lib/Transforms/Utils/FlattenCFG.cpp
  289     FirstCondBlock->getInstList().pop_back();
  444   FirstEntryBlock->getInstList().pop_back();
lib/Transforms/Utils/InlineFunction.cpp
 2230     Caller->getBasicBlockList().pop_back();
lib/Transforms/Utils/Local.cpp
 1062     BB->getInstList().pop_back();
 1984   BB->getInstList().pop_back();
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
   68       BB->getInstList().pop_back();  // Remove the unreachable inst.
  109     BB->getInstList().pop_back();  // Remove the return insn
tools/bugpoint/CrashDebugger.cpp
  478         BB.getInstList().pop_back();