Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp294 SmallVectorImpl<VariableGEPIndex> &VarIndices, in DecomposeGEPExpression() argument
390 for (unsigned i = 0, e = VarIndices.size(); i != e; ++i) { in DecomposeGEPExpression()
391 if (VarIndices[i].V == Index && in DecomposeGEPExpression()
392 VarIndices[i].Extension == Extension) { in DecomposeGEPExpression()
393 Scale += VarIndices[i].Scale; in DecomposeGEPExpression()
394 VarIndices.erase(VarIndices.begin()+i); in DecomposeGEPExpression()
409 VarIndices.push_back(Entry); in DecomposeGEPExpression()