Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp334 auto GetOrAddIndex = [&Value2Index, &NewIndices](Value *V) -> unsigned { in getConstraint() local
346 GetOrAddIndex(KV.second); in getConstraint()
356 R[GetOrAddIndex(KV.second)] += KV.first; in getConstraint()
359 R[GetOrAddIndex(KV.second)] -= KV.first; in getConstraint()