Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 – 5 of 5) sorted by relevance
153 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
13 ; The actual problem was tracked down to llvm::MergeBasicBlockIntoOnlyPred, so
180 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument224 MergeBasicBlockIntoOnlyPred(BB, &DTU); in TEST()
1973 MergeBasicBlockIntoOnlyPred(BB, DTU); in maybeMergeBasicBlockIntoOnlyPred()
748 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, in MergeBasicBlockIntoOnlyPred() function in llvm