Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp57 DenseMap<Value *, VPValue *> IRDef2VPValue; member in __anond1976ce30111::PlainCFGBuilder
95 assert(IRDef2VPValue.count(Phi) && "Missing VPInstruction for PHINode."); in fixPhiNodes()
96 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes()
168 auto VPValIt = IRDef2VPValue.find(IRVal); in getOrCreateVPOperand()
169 if (VPValIt != IRDef2VPValue.end()) in getOrCreateVPOperand()
187 IRDef2VPValue[IRVal] = NewVPVal; in getOrCreateVPOperand()
202 assert(!IRDef2VPValue.count(Inst) && in createVPInstructionsForVPBB()
236 IRDef2VPValue[Inst] = NewVPV; in createVPInstructionsForVPBB()
263 IRDef2VPValue[&I] = VPV; in buildPlainCFG()
302 assert(IRDef2VPValue.count(BrCond) && in buildPlainCFG()
[all …]