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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp241 bool referencesReg(const SCEV *S) const;
351 /// referencesReg - Test if this formula references the given register.
352 bool Formula::referencesReg(const SCEV *S) const { function in class:Formula
2812 if (F.referencesReg(SE.getSCEV(
3227 if (!F.referencesReg(Best)) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp296 bool referencesReg(const SCEV *S) const;
448 bool Formula::referencesReg(const SCEV *S) const { function in class:Formula
3743 if (F.referencesReg(SE.getSCEV(
4164 if (!F.referencesReg(Best)) {

Completed in 155 milliseconds