Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp29 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
H A DHotColdSplitting.cpp182 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold()
739 if (F.hasOptNone()) in run()
H A DLoopExtractor.cpp163 if (F.hasOptNone()) in runOnFunction()
H A DFunctionAttrs.cpp1788 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp57 if (F.hasOptNone()) in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp184 if (F.hasOptNone()) { in skipFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp290 if (F.hasOptNone()) { in skipRegion()
H A DLoopPass.cpp380 if (F->hasOptNone()) { in skipLoop()
H A DGlobalsModRef.cpp530 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph()
586 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp101 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOptLevel::None in runOnMachineFunction()
H A DRegBankSelect.cpp742 if (F.hasOptNone()) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp338 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp152 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp523 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h671 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp422 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp738 if(F.hasOptNone()) in TryInlinePointerAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp982 if (F.hasOptNone() && in collectReqs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2732 if (F.hasOptNone()) in sinkLifetimeStartMarkers()
3007 if (F.hasOptNone()) in doRematerializations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1493 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp975 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun()

12