Searched refs:setTwoSuccessors (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 299 VPBB->setTwoSuccessors(SuccVPBB0, SuccVPBB1, VPCondBit); in buildPlainCFG()
|
D | VPlan.h | 524 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors() function 1573 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 299 VPBB->setTwoSuccessors(SuccVPBB0, SuccVPBB1, VPCondBit); in buildPlainCFG()
|
D | VPlan.h | 566 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors() function 1921 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);
|