Searched refs:Value2VPValue (Results 1 – 2 of 2) sorted by relevance
1156 Value2VPValueTy Value2VPValue; variable1170 for (auto &MapEntry : Value2VPValue) in ~VPlan()1217 assert(!Value2VPValue.count(V) && "Value already exists in VPlan"); in addVPValue()1218 Value2VPValue[V] = new VPValue(); in addVPValue()1223 assert(Value2VPValue.count(V) && "Value does not exist in VPlan"); in getVPValue()1224 return Value2VPValue[V]; in getVPValue()
367 Value2VPValue[TCMO] = BackedgeTakenCount; in execute()371 for (auto &Entry : Value2VPValue) in execute()497 if (!Plan.Value2VPValue.empty() || Plan.BackedgeTakenCount) { in dump()502 for (auto Entry : Plan.Value2VPValue) { in dump()