/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | InferFunctionAttrs.cpp | 29 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
|
H A D | HotColdSplitting.cpp | 197 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold() 786 if (F.hasOptNone()) in run()
|
H A D | LoopExtractor.cpp | 163 if (F.hasOptNone()) in runOnFunction()
|
H A D | FunctionAttrs.cpp | 1809 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegBankSelect.cpp | 57 if (F.hasOptNone()) in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOForceFunctionAttrs.cpp | 23 if (F.hasOptNone() || F.hasOptSize() || F.hasMinSize()) in shouldRunOnFunction()
|
H A D | IndirectCallPromotion.cpp | 988 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | WarnMissedTransforms.cpp | 96 if (F.hasOptNone()) in run()
|
H A D | TLSVariableHoist.cpp | 263 if (Fn.hasOptNone()) in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionRetHardening.cpp | 68 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
|
H A D | X86LoadValueInjectionLoadHardening.cpp | 265 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Pass.cpp | 184 if (F.hasOptNone()) { in skipFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 290 if (F.hasOptNone()) { in skipRegion()
|
H A D | LoopPass.cpp | 381 if (F->hasOptNone()) { in skipLoop()
|
H A D | GlobalsModRef.cpp | 538 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph() 594 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 95 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOptLevel::None in runOnMachineFunction()
|
H A D | RegBankSelect.cpp | 743 if (F.hasOptNone()) 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/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 503 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 692 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 444 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 738 if(F.hasOptNone()) in TryInlinePointerAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2763 if (F.hasOptNone()) in sinkLifetimeStartMarkers() 3039 if (F.hasOptNone()) in doRematerializations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 1260 if (F.hasOptNone() && in collectReqs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 1637 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
|