Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp489 SmallVector<VariableGEPIndex, 4> VarIndices; member
505 VarIndices[i].print(OS); in print()
649 Scale += Decomposed.VarIndices[i].Scale; in DecomposeGEPExpression()
650 Decomposed.VarIndices.erase(Decomposed.VarIndices.begin() + i); in DecomposeGEPExpression()
661 Decomposed.VarIndices.push_back(Entry); in DecomposeGEPExpression()
1167 if (DecompGEP1.VarIndices.empty()) { in aliasGEP()
1272 if (DecompGEP1.VarIndices.size() == 1) { in aliasGEP()
1303 } else if (DecompGEP1.VarIndices.size() == 2) { in aliasGEP()
1794 DestGEP.VarIndices.erase(DestGEP.VarIndices.begin() + I.index()); in subtractDecomposedGEPs()
1803 DestGEP.VarIndices.push_back(Entry); in subtractDecomposedGEPs()
[all …]