Searched refs:LSRWithInstrQueries (Results 1 – 5 of 5) sorted by relevance
69 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
532 bool LSRWithInstrQueries() const;1079 virtual bool LSRWithInstrQueries() = 0;1332 bool LSRWithInstrQueries() override { in LSRWithInstrQueries() function1333 return Impl.LSRWithInstrQueries(); in LSRWithInstrQueries()
280 bool LSRWithInstrQueries() { return false; } in LSRWithInstrQueries() function
206 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo207 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
1721 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()