Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp171 void allocateCandidatesAndFindBasisForGEP(GetElementPtrInst *GEP);
174 void allocateCandidatesAndFindBasisForGEP(const SCEV *B, ConstantInt *Idx,
368 allocateCandidatesAndFindBasisForGEP(cast<GetElementPtrInst>(I)); in allocateCandidatesAndFindBasis()
439 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP() function in StraightLineStrengthReduce
457 allocateCandidatesAndFindBasisForGEP( in factorArrayIndex()
476 allocateCandidatesAndFindBasisForGEP(Base, RHS, LHS, ElementSize, GEP); in factorArrayIndex()
483 allocateCandidatesAndFindBasisForGEP(Base, PowerOf2, LHS, ElementSize, GEP); in factorArrayIndex()
487 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP() function in StraightLineStrengthReduce