Searched defs:shouldDropLSRSolutionIfLessProfitable (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 247 bool shouldDropLSRSolutionIfLessProfitable() const { return false; } shouldDropLSRSolutionIfLessProfitable() function |
H A D | TargetTransformInfo.h | 2351 bool shouldDropLSRSolutionIfLessProfitable() const override { shouldDropLSRSolutionIfLessProfitable() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 402 bool shouldDropLSRSolutionIfLessProfitable() const { shouldDropLSRSolutionIfLessProfitable() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 430 bool TargetTransformInfo::shouldDropLSRSolutionIfLessProfitable() const { shouldDropLSRSolutionIfLessProfitable() function in TargetTransformInfo |