Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp30 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
H A DHotColdSplitting.cpp152 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold()
696 if (F.hasOptNone()) in run()
H A DLoopExtractor.cpp163 if (F.hasOptNone()) in runOnFunction()
H A DFunctionAttrs.cpp1793 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
H A DIROutliner.cpp2437 if (IRSC.getFunction()->hasOptNone()) in pruneIncompatibleRegions()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp69 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
H A DX86LoadValueInjectionLoadHardening.cpp266 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp97 if (F.hasOptNone()) in run()
H A DTLSVariableHoist.cpp276 if (Fn.hasOptNone()) in runImpl()
/llvm-project-15.0.7/llvm/lib/IR/
H A DPass.cpp178 if (F.hasOptNone()) { in skipFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionPass.cpp289 if (F.hasOptNone()) { in skipRegion()
H A DLoopPass.cpp379 if (F->hasOptNone()) { in skipLoop()
H A DGlobalsModRef.cpp518 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph()
574 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
H A DInlineCost.cpp2877 if (Caller->hasOptNone()) in getAttributeBasedInliningDecision()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp95 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOpt::None in runOnMachineFunction()
H A DRegBankSelect.cpp679 if (F.hasOptNone()) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp342 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp153 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
H A DARMAsmPrinter.cpp133 if (F.hasOptNone()) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h658 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp443 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp738 if(F.hasOptNone()) in TryInlinePointerAddress()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1232 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp835 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp381 return MF.getFunction().hasOptNone() || in isOptNone()

12