Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp519 SmallVector<VariableGEPIndex, 4> VarIndices; member
535 VarIndices[i].print(OS); in print()
684 Scale += Decomposed.VarIndices[i].Scale; in DecomposeGEPExpression()
686 Decomposed.VarIndices.erase(Decomposed.VarIndices.begin() + i); in DecomposeGEPExpression()
698 Decomposed.VarIndices.push_back(Entry); in DecomposeGEPExpression()
1124 if (DecompGEP1.VarIndices.empty()) { in aliasGEP()
1234 if (DecompGEP1.VarIndices.size() == 1) { in aliasGEP()
1262 } else if (DecompGEP1.VarIndices.size() == 2) { in aliasGEP()
1771 DestGEP.VarIndices.erase(DestGEP.VarIndices.begin() + I.index()); in subtractDecomposedGEPs()
1781 DestGEP.VarIndices.push_back(Entry); in subtractDecomposedGEPs()
[all …]