Home
last modified time | relevance | path

Searched refs:shouldDropLSRSolutionIfLessProfitable (Results 1 – 3 of 3) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Analysis/
DTargetTransformInfo.h744 bool shouldDropLSRSolutionIfLessProfitable() const;
1886 virtual bool shouldDropLSRSolutionIfLessProfitable() const = 0;
2364 bool shouldDropLSRSolutionIfLessProfitable() const override { in shouldDropLSRSolutionIfLessProfitable() function
2365 return Impl.shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
DTargetTransformInfoImpl.h247 bool shouldDropLSRSolutionIfLessProfitable() const { return false; } in shouldDropLSRSolutionIfLessProfitable() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/
DBasicTTIImpl.h397 bool shouldDropLSRSolutionIfLessProfitable() const { in shouldDropLSRSolutionIfLessProfitable() function
398 return TargetTransformInfoImplBase::shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()