Home
last modified time | relevance | path

Searched refs:Value2VPValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2679 Value2VPValueTy Value2VPValue; variable
2792 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()
H A DVPlan.cpp775 for (auto &Entry : Value2VPValue) in execute()