Searched refs:LSRWithInstrQueries (Results 1 – 5 of 5) sorted by relevance
80 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
695 bool LSRWithInstrQueries() const;1526 virtual bool LSRWithInstrQueries() = 0;1916 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
284 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
434 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo435 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
1746 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()