Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp136 auto GetOrAddIndex = [&Value2Index, &NewIndices](Value *V) -> unsigned { in getConstraint() local
190 GetOrAddIndex(KV.second); in getConstraint()
196 R[GetOrAddIndex(KV.second)] += KV.first; in getConstraint()
199 R[GetOrAddIndex(KV.second)] -= KV.first; in getConstraint()