Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1156 Value2VPValueTy Value2VPValue; variable
1170 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()
H A DVPlan.cpp367 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()