Home | History | Annotate | Download | only in Scalar

Lines Matching full:referencesreg

241   bool referencesReg(const SCEV *S) const;
351 /// referencesReg - Test if this formula references the given register.
352 bool Formula::referencesReg(const SCEV *S) const {
2812 if (F.referencesReg(SE.getSCEV(
3227 if (!F.referencesReg(Best)) {