Searched refs:shouldDropLSRSolutionIfLessProfitable (Results 1 – 5 of 5) sorted by relevance
444 bool TargetTransformInfo::shouldDropLSRSolutionIfLessProfitable() const { in shouldDropLSRSolutionIfLessProfitable() function in TargetTransformInfo445 return TTIImpl->shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
781 LLVM_ABI bool shouldDropLSRSolutionIfLessProfitable() const;
292 virtual bool shouldDropLSRSolutionIfLessProfitable() const { return false; } in shouldDropLSRSolutionIfLessProfitable() function
499 bool shouldDropLSRSolutionIfLessProfitable() const override { in shouldDropLSRSolutionIfLessProfitable() function500 return TargetTransformInfoImplBase::shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
5520 return TTI.shouldDropLSRSolutionIfLessProfitable(); in Solve()