Home | History | Annotate | Download | only in Scalar

Lines Matching full:referencesreg

263   bool referencesReg(const SCEV *S) const;
373 /// referencesReg - Test if this formula references the given register.
374 bool Formula::referencesReg(const SCEV *S) const {
3645 if (F.referencesReg(SE.getSCEV(
4080 if (!F.referencesReg(Best)) {