Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp105 SmallVector<VPBlockBase *, 2> VPBBPreds; in setVPBBPredsFromBB() local
107 VPBBPreds.push_back(getOrCreateVPBB(Pred)); in setVPBBPredsFromBB()
108 VPBB->setPredecessors(VPBBPreds); in setVPBBPredsFromBB()