Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1112 Value2VPValueTy Value2VPValue; variable
1123 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()
DVPlan.cpp292 for (auto &Entry : Value2VPValue) in execute()
395 if (!Plan.Value2VPValue.empty()) { in dump()
397 for (auto Entry : Plan.Value2VPValue) { in dump()