Searched refs:IRDef2VPValue (Results 1 – 1 of 1) sorted by relevance
58 DenseMap<Value *, VPValue *> IRDef2VPValue; member in __anonf6ad2afd0111::PlainCFGBuilder94 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()