Home
last modified time | relevance | path

Searched refs:setTwoSuccessors (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp424 VPBB->setTwoSuccessors(Successor0, Successor1); in buildPlainCFG()
H A DVPlan.h614 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() function
3609 BlockPtr->setTwoSuccessors(IfTrue, IfFalse); in insertTwoBlocksAfter()