Searched refs:IRDef2VPValue (Results 1 – 1 of 1) sorted by relevance
54 DenseMap<Value *, VPValue *> IRDef2VPValue; member in __anon4db757b80111::PlainCFGBuilder125 assert(IRDef2VPValue.count(Phi) && "Missing VPInstruction for PHINode."); in fixPhiNodes()126 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes()258 auto VPValIt = IRDef2VPValue.find(IRVal); in getOrCreateVPOperand()259 if (VPValIt != IRDef2VPValue.end()) in getOrCreateVPOperand()276 IRDef2VPValue[IRVal] = NewVPVal; in getOrCreateVPOperand()291 assert(!IRDef2VPValue.count(Inst) && in createVPInstructionsForVPBB()327 IRDef2VPValue[Inst] = NewVPV; in createVPInstructionsForVPBB()379 IRDef2VPValue[&I] = Plan.getOrAddLiveIn(&I); in buildPlainCFG()419 assert(IRDef2VPValue.contains(BI->getCondition()) && in buildPlainCFG()