Home
last modified time | relevance | path

Searched refs:IfTrueBB (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGuardUtils.cpp46 BasicBlock *&IfTrueBB, BasicBlock *&IfFalseBB) { in parseWidenableBranch() argument
49 if (parseWidenableBranch(const_cast<User*>(U), C, WC, IfTrueBB, IfFalseBB)) { in parseWidenableBranch()
53 Condition = ConstantInt::getTrue(IfTrueBB->getContext()); in parseWidenableBranch()
61 BasicBlock *&IfTrueBB, BasicBlock *&IfFalseBB) { in parseWidenableBranch() argument
70 IfTrueBB = BI->getSuccessor(0); in parseWidenableBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp91 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()
DSimplifyCFG.cpp3239 BasicBlock *IfTrueBB, *IfFalseBB; in tryWidenCondBranchToCondBranch() local
3240 if (!parseWidenableBranch(PBI, CondWB, WC, IfTrueBB, IfFalseBB) || in tryWidenCondBranchToCondBranch()
3241 IfTrueBB != BI->getParent() || !BI->getParent()->getSinglePredecessor()) in tryWidenCondBranchToCondBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DGuardUtils.h44 Value *&WidenableCondition, BasicBlock *&IfTrueBB,
49 bool parseWidenableBranch(User *U, Use *&Cond, Use *&WC, BasicBlock *&IfTrueBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp991 BasicBlock *IfTrueBB, *IfFalseBB; in FindWidenableTerminatorAboveLoop() local
992 if (parseWidenableBranch(Term, Cond, WC, IfTrueBB, IfFalseBB) && in FindWidenableTerminatorAboveLoop()
993 IfTrueBB == BB) in FindWidenableTerminatorAboveLoop()
1095 BasicBlock *IfTrueBB, *IfFalseBB; in predicateLoopExits() local
1096 if (parseWidenableBranch(BI, Cond, WC, IfTrueBB, IfFalseBB) && in predicateLoopExits()
1097 L->contains(IfTrueBB)) { in predicateLoopExits()
1098 WC->set(ConstantInt::getTrue(IfTrueBB->getContext())); in predicateLoopExits()
DGuardWidening.cpp88 BasicBlock *IfTrueBB, *IfFalseBB; in getCondition() local
89 if (parseWidenableBranch(I, Cond, WC, IfTrueBB, IfFalseBB)) in getCondition()