Searched refs:allocateCandidatesAndFindBasisForGEP (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 173 void allocateCandidatesAndFindBasisForGEP(GetElementPtrInst *GEP); 176 void allocateCandidatesAndFindBasisForGEP(const SCEV *B, ConstantInt *Idx, 375 allocateCandidatesAndFindBasisForGEP(cast<GetElementPtrInst>(I)); in allocateCandidatesAndFindBasis() 463 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP() function in StraightLineStrengthReduce 481 allocateCandidatesAndFindBasisForGEP( in factorArrayIndex() 500 allocateCandidatesAndFindBasisForGEP(Base, RHS, LHS, ElementSize, GEP); in factorArrayIndex() 507 allocateCandidatesAndFindBasisForGEP(Base, PowerOf2, LHS, ElementSize, GEP); in factorArrayIndex() 511 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP() function in StraightLineStrengthReduce
|