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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp278 bool referencesReg(const SCEV *S) const;
434 /// referencesReg - Test if this formula references the given register.
435 bool Formula::referencesReg(const SCEV *S) const { function in class:Formula
3813 if (F.referencesReg(SE.getSCEV(
4250 if (!F.referencesReg(Best)) {

Completed in 1309 milliseconds