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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp213 void allocateCandidatesAndFindBasisForGEP(GetElementPtrInst *GEP);
217 void allocateCandidatesAndFindBasisForGEP(const SCEV *B, ConstantInt *Idx,
388 allocateCandidatesAndFindBasisForGEP(cast<GetElementPtrInst>(I));
476 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( function in class:StraightLineStrengthReduce
494 allocateCandidatesAndFindBasisForGEP(
513 allocateCandidatesAndFindBasisForGEP(Base, RHS, LHS, ElementSize, GEP);
520 allocateCandidatesAndFindBasisForGEP(Base, PowerOf2, LHS, ElementSize, GEP);
524 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( function in class:StraightLineStrengthReduce

Completed in 122 milliseconds