Searched refs:IfFalseBB (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | GuardUtils.cpp | 46 BasicBlock *&IfTrueBB, BasicBlock *&IfFalseBB) { in parseWidenableBranch() argument 49 if (parseWidenableBranch(const_cast<User*>(U), C, WC, IfTrueBB, IfFalseBB)) { in parseWidenableBranch() 61 BasicBlock *&IfTrueBB, BasicBlock *&IfFalseBB) { in parseWidenableBranch() argument 71 IfFalseBB = BI->getSuccessor(1); in parseWidenableBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 91 BasicBlock *IfTrueBB, *IfFalseBB; in widenWidenableBranch() local 92 parseWidenableBranch(WidenableBR, C, WC, IfTrueBB, IfFalseBB); in widenWidenableBranch() 112 BasicBlock *IfTrueBB, *IfFalseBB; in setWidenableBranchCond() local 113 parseWidenableBranch(WidenableBR, C, WC, IfTrueBB, IfFalseBB); in setWidenableBranchCond()
|
D | SimplifyCFG.cpp | 3239 BasicBlock *IfTrueBB, *IfFalseBB; in tryWidenCondBranchToCondBranch() local 3240 if (!parseWidenableBranch(PBI, CondWB, WC, IfTrueBB, IfFalseBB) || in tryWidenCondBranchToCondBranch() 3243 if (!IfFalseBB->phis().empty()) in tryWidenCondBranchToCondBranch() 3251 if (BI->getSuccessor(1) != IfFalseBB && // no inf looping in tryWidenCondBranchToCondBranch() 3255 BI->setSuccessor(1, IfFalseBB); in tryWidenCondBranchToCondBranch() 3258 if (BI->getSuccessor(0) != IfFalseBB && // no inf looping in tryWidenCondBranchToCondBranch() 3262 BI->setSuccessor(0, IfFalseBB); in tryWidenCondBranchToCondBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | GuardUtils.h | 45 BasicBlock *&IfFalseBB); 50 BasicBlock *&IfFalseBB);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 991 BasicBlock *IfTrueBB, *IfFalseBB; in FindWidenableTerminatorAboveLoop() local 992 if (parseWidenableBranch(Term, Cond, WC, IfTrueBB, IfFalseBB) && in FindWidenableTerminatorAboveLoop() 1095 BasicBlock *IfTrueBB, *IfFalseBB; in predicateLoopExits() local 1096 if (parseWidenableBranch(BI, Cond, WC, IfTrueBB, IfFalseBB) && in predicateLoopExits()
|
D | GuardWidening.cpp | 88 BasicBlock *IfTrueBB, *IfFalseBB; in getCondition() local 89 if (parseWidenableBranch(I, Cond, WC, IfTrueBB, IfFalseBB)) in getCondition()
|