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

Declarations

include/llvm/Transforms/Utils/Local.h
  202 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);

References

lib/Transforms/Scalar/JumpThreading.cpp
 1014       MergeBasicBlockIntoOnlyPred(BB, DTU);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 2485   MergeBasicBlockIntoOnlyPred(DispatchBB, &DTU);
 2512     MergeBasicBlockIntoOnlyPred(DispatchBB, &DTU);
unittests/Transforms/Utils/LocalTest.cpp
  221         MergeBasicBlockIntoOnlyPred(BB, &DTU);