Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp1706 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
H A DIROutliner.cpp2450 if (FnForCurrCand.hasOptNone()) in pruneIncompatibleRegions()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp97 if (F.hasOptNone()) in run()
H A DTLSVariableHoist.cpp264 if (Fn.hasOptNone()) in runImpl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPass.cpp180 if (F.hasOptNone()) { in skipFunction()
/openbsd-src/gnu/llvm/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()
H A DInlineCost.cpp2934 if (Caller->hasOptNone()) in getAttributeBasedInliningDecision()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp95 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOpt::None in runOnMachineFunction()
H A DRegBankSelect.cpp739 if (F.hasOptNone()) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp342 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp153 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
H A DARMAsmPrinter.cpp131 if (F.hasOptNone()) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h638 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp424 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp739 if(F.hasOptNone()) in TryInlinePointerAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1302 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp803 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp380 return MF.getFunction().hasOptNone() || in isOptNone()

12