reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
1014 MergeBasicBlockIntoOnlyPred(BB, DTU);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp2485 MergeBasicBlockIntoOnlyPred(DispatchBB, &DTU); 2512 MergeBasicBlockIntoOnlyPred(DispatchBB, &DTU);unittests/Transforms/Utils/LocalTest.cpp
221 MergeBasicBlockIntoOnlyPred(BB, &DTU);