Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.h159 BlockPtr->setTwoSuccessors(IfTrue, IfFalse); in insertTwoBlocksAfter()
H A DVPlanConstruction.cpp306 VPBB->setTwoSuccessors(Successor0, Successor1); in buildPlainCFG()
H A DVPlan.h279 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() function