Searched refs:LSRWithInstrQueries (Results 1 – 5 of 5) sorted by relevance
82 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
734 bool LSRWithInstrQueries() const;1622 virtual bool LSRWithInstrQueries() = 0;2064 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
310 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
472 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo473 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
1777 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()