Searched refs:HasOnePredAndOneSucc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2609 auto HasOnePredAndOneSucc = [](BasicBlock *BB, BasicBlock *P, BasicBlock *S) { in mergeConditionalStores() local 2614 !HasOnePredAndOneSucc(PFB, PBI->getParent(), QBI->getParent()) || in mergeConditionalStores() 2615 !HasOnePredAndOneSucc(QFB, QBI->getParent(), PostBB)) in mergeConditionalStores() 2617 if ((PTB && !HasOnePredAndOneSucc(PTB, PBI->getParent(), QBI->getParent())) || in mergeConditionalStores() 2618 (QTB && !HasOnePredAndOneSucc(QTB, QBI->getParent(), PostBB))) in mergeConditionalStores()
|