Home
last modified time | relevance | path

Searched refs:setSuccessors (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.h205 New->setSuccessors(Old->getSuccessors()); in reassociateBlocks()
H A DVPlanConstruction.cpp290 VPBB->setSuccessors(Succs); in buildPlainCFG()
H A DVPlan.cpp763 NewBB->setSuccessors(NewSuccs); in cloneFrom()
H A DVPlan.h297 void setSuccessors(ArrayRef<VPBlockBase *> NewSuccs) { in setSuccessors() function