Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h499 bool shouldDropLSRSolutionIfLessProfitable() const override { in shouldDropLSRSolutionIfLessProfitable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h292 virtual bool shouldDropLSRSolutionIfLessProfitable() const { return false; } in shouldDropLSRSolutionIfLessProfitable() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp444 bool TargetTransformInfo::shouldDropLSRSolutionIfLessProfitable() const { in shouldDropLSRSolutionIfLessProfitable() function in TargetTransformInfo