Searched refs:shouldDropLSRSolutionIfLessProfitable (Results 1 – 5 of 5) sorted by relevance
752 bool shouldDropLSRSolutionIfLessProfitable() const;1895 virtual bool shouldDropLSRSolutionIfLessProfitable() const = 0;2376 bool shouldDropLSRSolutionIfLessProfitable() const override { in shouldDropLSRSolutionIfLessProfitable() function2377 return Impl.shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
249 bool shouldDropLSRSolutionIfLessProfitable() const { return false; } in shouldDropLSRSolutionIfLessProfitable() function
434 bool TargetTransformInfo::shouldDropLSRSolutionIfLessProfitable() const { in shouldDropLSRSolutionIfLessProfitable() function in TargetTransformInfo435 return TTIImpl->shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
402 bool shouldDropLSRSolutionIfLessProfitable() const { in shouldDropLSRSolutionIfLessProfitable() function403 return TargetTransformInfoImplBase::shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()
5544 return TTI.shouldDropLSRSolutionIfLessProfitable(); in Solve()