Searched refs:SuccVPBB0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp283 VPBasicBlock *SuccVPBB0 = getOrCreateVPBB(TI->getSuccessor(0)); local
284 assert(SuccVPBB0 && "Successor 0 not found.");
299 VPBB->setTwoSuccessors(SuccVPBB0, SuccVPBB1, VPCondBit);

Completed in 303 milliseconds