Home
last modified time | relevance | path

Searched defs:shouldFoldTerminatingConditionAfterLSR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h397 bool shouldFoldTerminatingConditionAfterLSR() const { in shouldFoldTerminatingConditionAfterLSR() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h247 bool shouldFoldTerminatingConditionAfterLSR() const { return false; } in shouldFoldTerminatingConditionAfterLSR() function
H A DTargetTransformInfo.h2373 bool shouldFoldTerminatingConditionAfterLSR() const override { in shouldFoldTerminatingConditionAfterLSR() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h397 bool shouldFoldTerminatingConditionAfterLSR() const { in shouldFoldTerminatingConditionAfterLSR() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp430 bool TargetTransformInfo::shouldFoldTerminatingConditionAfterLSR() const { in shouldFoldTerminatingConditionAfterLSR() function in TargetTransformInfo