Searched refs:Value2Index (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp115 /// satisfied given \p CS and the corresponding \p Value2Index mapping.
427 auto &Value2Index = getValue2Index(IsSigned); local
439 // First try to look up \p V in Value2Index and NewVariables. Otherwise add a
442 auto GetOrAddIndex = [&Value2Index, &NewVariables,
444 auto V2I = Value2Index.find(V);
445 if (V2I != Value2Index.end())
448 NewIndexMap.insert({V, Value2Index.size() + NewVariables.size() + 1});
454 // Make sure all variables have entries in Value2Index or NewVariables.
461 SmallVector<int64_t, 8>(Value2Index.size() + NewVariables.size() + 1, 0),
504 if (!KV.second || (Value2Index
[all...]

Completed in 196 milliseconds