Lines Matching refs:IRDef2VPValue
57 DenseMap<Value *, VPValue *> IRDef2VPValue; member in __anonf87bf9ec0111::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()
304 VPValue *VPCondBit = IRDef2VPValue[BrCond]; in buildPlainCFG()