Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp54 DenseMap<Value *, VPValue *> IRDef2VPValue; member in __anonacdc2b2f0111::PlainCFGBuilder
96 assert(IRDef2VPValue.count(Phi) && "Missing VPInstruction for PHINode."); in fixPhiNodes()
97 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes()
182 auto VPValIt = IRDef2VPValue.find(IRVal); in getOrCreateVPOperand()
183 if (VPValIt != IRDef2VPValue.end()) in getOrCreateVPOperand()
200 IRDef2VPValue[IRVal] = NewVPVal; in getOrCreateVPOperand()
215 assert(!IRDef2VPValue.count(Inst) && in createVPInstructionsForVPBB()
252 IRDef2VPValue[Inst] = NewVPV; in createVPInstructionsForVPBB()
275 IRDef2VPValue[&I] = Plan.getOrAddExternalDef(&I); in buildPlainCFG()
312 assert(IRDef2VPValue.count(cast<BranchInst>(TI)->getCondition()) && in buildPlainCFG()