Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp58 DenseMap<Value *, VPValue *> IRDef2VPValue; member in __anonf6ad2afd0111::PlainCFGBuilder
94 assert(IRDef2VPValue.count(Phi) && "Missing VPInstruction for PHINode."); in fixPhiNodes()
95 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes()
163 auto VPValIt = IRDef2VPValue.find(IRVal); in getOrCreateVPOperand()
164 if (VPValIt != IRDef2VPValue.end()) in getOrCreateVPOperand()
182 IRDef2VPValue[IRVal] = NewVPVal; in getOrCreateVPOperand()
197 assert(!IRDef2VPValue.count(Inst) && in createVPInstructionsForVPBB()
231 IRDef2VPValue[Inst] = NewVPInst; in createVPInstructionsForVPBB()
291 assert(IRDef2VPValue.count(BrCond) && in buildPlainCFG()
293 VPValue *VPCondBit = IRDef2VPValue[BrCond]; in buildPlainCFG()