/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOForceFunctionAttrs.cpp | 23 if (F.hasOptNone() || F.hasOptSize() || F.hasMinSize()) in shouldRunOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StorePairSuppress.cpp | 131 if (skipFunction(MF.getFunction()) || MF.getFunction().hasOptSize()) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64O0PreLegalizerCombiner.cpp | 167 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
|
H A D | AArch64PostLegalizerCombiner.cpp | 567 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVPreLegalizerCombiner.cpp | 148 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
H A D | RISCVPostLegalizerCombiner.cpp | 153 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsPostLegalizerCombiner.cpp | 145 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 109 if (MF.getFunction().hasOptSize()) in runOnMachineFunction()
|
H A D | X86FixupBWInsts.cpp | 446 OptForSize = MF.getFunction().hasOptSize() || in processBasicBlock()
|
H A D | X86OptimizeLEAs.cpp | 744 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.h | 620 return F.hasOptSize() || F.hasMinSize() || in shouldOptForSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 278 nullptr, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
|
H A D | AMDGPURegBankCombiner.cpp | 456 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
|
H A D | AMDGPUPostLegalizerCombiner.cpp | 501 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 152 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 525 return MF->getFunction().hasOptSize(); in shouldOptForSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopBoundSplit.cpp | 182 if (L.getHeader()->getParent()->hasOptSize()) in canSplitLoopBound()
|
H A D | LoopLoadElimination.cpp | 590 bool OptForSize = F->hasOptSize() || in processLoop()
|
H A D | LoopUnrollPass.cpp | 227 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences() 1213 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop()
|
H A D | MergeICmps.cpp | 852 if (!TTI.enableMemCmpExpansion(F.hasOptSize(), true)) in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 434 if (F.hasOptSize() || llvm::shouldOptimizeForSize(&F, PSI, BFI)) in run() 470 if (F.hasOptSize() || llvm::shouldOptimizeForSize(&F, PSI, BFI)) in runOnFunction()
|
H A D | MachineCombiner.cpp | 736 OptSize = MF.getFunction().hasOptSize(); in runOnMachineFunction()
|
H A D | MachineBlockPlacement.cpp | 2190 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop() 2937 (F->getFunction().hasOptSize() && !TLI->alignLoopsWithOptSize())) in alignBlocks() 3475 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 698 bool hasOptSize() const { in hasOptSize() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | Hexagon.td | 156 "MF->getFunction().hasOptSize()"> {
|