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

/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp185 void rewriteCandidateWithBasis(const Candidate &C, const Candidate &Basis);
205 // rewriteCandidateWithBasis. These instructions will be actually removed
588 void StraightLineStrengthReduce::rewriteCandidateWithBasis( function in class:StraightLineStrengthReduce
592 // We run rewriteCandidateWithBasis on all candidates in a post-order, so the
688 rewriteCandidateWithBasis(C, *C.Basis);

Completed in 75 milliseconds