Searched refs:LSRWithInstrQueries (Results 1 – 5 of 5) sorted by relevance
87 bool LSRWithInstrQueries() const override { return true; } in LSRWithInstrQueries() function
572 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo573 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
903 LLVM_ABI bool LSRWithInstrQueries() const;
412 virtual bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
1936 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()