Searched refs:Value2VPValue (Results 1 – 2 of 2) sorted by relevance
1112 Value2VPValueTy Value2VPValue; variable1123 for (auto &MapEntry : Value2VPValue) in ~VPlan()1153 assert(!Value2VPValue.count(V) && "Value already exists in VPlan"); in addVPValue()1154 Value2VPValue[V] = new VPValue(); in addVPValue()1159 assert(Value2VPValue.count(V) && "Value does not exist in VPlan"); in getVPValue()1160 return Value2VPValue[V]; in getVPValue()
292 for (auto &Entry : Value2VPValue) in execute()395 if (!Plan.Value2VPValue.empty()) { in dump()397 for (auto Entry : Plan.Value2VPValue) { in dump()