Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 – 5 of 5) sorted by relevance
154 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
13 ; The actual problem was tracked down to llvm::MergeBasicBlockIntoOnlyPred, so
201 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument245 MergeBasicBlockIntoOnlyPred(BB, &DTU); in TEST()
1903 MergeBasicBlockIntoOnlyPred(BB, DTU.get()); in maybeMergeBasicBlockIntoOnlyPred()
777 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, in MergeBasicBlockIntoOnlyPred() 771 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, MergeBasicBlockIntoOnlyPred() function in llvm