reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
571 bool shouldFavorPostInc() const;
1271 if (TTI->shouldFavorPostInc()) { 3578 if (TTI.shouldFavorPostInc() && mayUsePostIncMode(TTI, LU, BaseReg, L, SE)) 4238 if (TTI.shouldFavorPostInc() &&