Searched refs:shouldDropLSRSolutionIfLessProfitable (Results 1 – 3 of 3) sorted by relevance
744 bool shouldDropLSRSolutionIfLessProfitable() const;1886 virtual bool shouldDropLSRSolutionIfLessProfitable() const = 0;2364 bool shouldDropLSRSolutionIfLessProfitable() const override { in shouldDropLSRSolutionIfLessProfitable() function2365 return Impl.shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
247 bool shouldDropLSRSolutionIfLessProfitable() const { return false; } in shouldDropLSRSolutionIfLessProfitable() function
397 bool shouldDropLSRSolutionIfLessProfitable() const { in shouldDropLSRSolutionIfLessProfitable() function398 return TargetTransformInfoImplBase::shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()