Searched refs:Value2VPValue (Results 1 – 2 of 2) sorted by relevance
2679 Value2VPValueTy Value2VPValue; variable2792 assert(!Value2VPValue.count(V) && "Value already exists in VPlan"); in addVPValue()2793 Value2VPValue[V] = VPV; in addVPValue()2800 assert(Value2VPValue.count(V) && "Value does not exist in VPlan");2802 Value2VPValue[V]->isLiveIn()) &&2804 return Value2VPValue[V];2811 if (!Value2VPValue.count(V)) { in getVPValueOrAddLiveIn()
775 for (auto &Entry : Value2VPValue) in execute()