Home
last modified time | relevance | path

Searched refs:hasOptNone (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp29 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
H A DHotColdSplitting.cpp197 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold()
786 if (F.hasOptNone()) in run()
H A DLoopExtractor.cpp163 if (F.hasOptNone()) in runOnFunction()
H A DFunctionAttrs.cpp1809 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp57 if (F.hasOptNone()) in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp23 if (F.hasOptNone() || F.hasOptSize() || F.hasMinSize()) in shouldRunOnFunction()
H A DIndirectCallPromotion.cpp988 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp96 if (F.hasOptNone()) in run()
H A DTLSVariableHoist.cpp263 if (Fn.hasOptNone()) in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp68 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
H A DX86LoadValueInjectionLoadHardening.cpp265 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp184 if (F.hasOptNone()) { in skipFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp290 if (F.hasOptNone()) { in skipRegion()
H A DLoopPass.cpp381 if (F->hasOptNone()) { in skipLoop()
H A DGlobalsModRef.cpp538 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph()
594 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp95 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOptLevel::None in runOnMachineFunction()
H A DRegBankSelect.cpp743 if (F.hasOptNone()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp152 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp503 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h692 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp444 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp738 if(F.hasOptNone()) in TryInlinePointerAddress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2763 if (F.hasOptNone()) in sinkLifetimeStartMarkers()
3039 if (F.hasOptNone()) in doRematerializations()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1260 if (F.hasOptNone() && in collectReqs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1637 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()

12