Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanHCFGBuilder.cpp96 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes() local
97 assert(isa<VPInstruction>(VPVal) && "Expected VPInstruction for phi node."); in fixPhiNodes()
98 auto *VPPhi = cast<VPInstruction>(VPVal); in fixPhiNodes()
HDVPlan.h1424 void addExternalDef(VPValue *VPVal) {
1425 VPExternalDefs.insert(VPVal);