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

Declarations

include/llvm/IR/BasicBlock.h
  362   void dropAllReferences();

References

lib/IR/BasicBlock.cpp
   83   dropAllReferences();
lib/IR/Function.cpp
  363     BB.dropAllReferences();
lib/Transforms/IPO/MergeFunctions.cpp
  533     BBI->dropAllReferences();
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1473     BB->dropAllReferences();
 1543     BB->dropAllReferences();
lib/Transforms/Utils/FlattenCFG.cpp
  309     CB->dropAllReferences();
  468     IfTrue1->dropAllReferences();
  474     IfFalse1->dropAllReferences();
  479   SecondEntryBlock->dropAllReferences();
lib/Transforms/Utils/Local.cpp
 2247     BB->dropAllReferences();
lib/Transforms/Utils/LoopUtils.cpp
  655     Block->dropAllReferences();
tools/bugpoint/CrashDebugger.cpp
  411     BB->dropAllReferences();
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
 1396       LoopBB->dropAllReferences();
unittests/Transforms/Utils/LocalTest.cpp
   62   bb0->dropAllReferences();
   63   bb1->dropAllReferences();