Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp410 VPBB->setTwoSuccessors(Successor0, Successor1); in buildPlainCFG()
H A DVPlan.h599 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() function
3002 BlockPtr->setTwoSuccessors(IfTrue, IfFalse); in insertTwoBlocksAfter()