Searched defs:shouldFoldTerminatingConditionAfterLSR (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.h | 397 bool shouldFoldTerminatingConditionAfterLSR() const { shouldFoldTerminatingConditionAfterLSR() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 245 bool shouldFoldTerminatingConditionAfterLSR() const { return false; } shouldFoldTerminatingConditionAfterLSR() function |
H A D | TargetTransformInfo.h | 2348 bool shouldFoldTerminatingConditionAfterLSR() const override { shouldFoldTerminatingConditionAfterLSR() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 397 bool shouldFoldTerminatingConditionAfterLSR() const { shouldFoldTerminatingConditionAfterLSR() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 426 bool TargetTransformInfo::shouldFoldTerminatingConditionAfterLSR() const { shouldFoldTerminatingConditionAfterLSR() function in TargetTransformInfo |