| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | InferFunctionAttrs.cpp | 30 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
|
| H A D | HotColdSplitting.cpp | 152 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold() 696 if (F.hasOptNone()) in run()
|
| H A D | LoopExtractor.cpp | 163 if (F.hasOptNone()) in runOnFunction()
|
| H A D | FunctionAttrs.cpp | 1706 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
|
| H A D | IROutliner.cpp | 2450 if (FnForCurrCand.hasOptNone()) in pruneIncompatibleRegions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionRetHardening.cpp | 69 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
|
| H A D | X86LoadValueInjectionLoadHardening.cpp | 266 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 97 if (F.hasOptNone()) in run()
|
| H A D | TLSVariableHoist.cpp | 264 if (Fn.hasOptNone()) in runImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Pass.cpp | 180 if (F.hasOptNone()) { in skipFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 290 if (F.hasOptNone()) { in skipRegion()
|
| H A D | LoopPass.cpp | 380 if (F->hasOptNone()) { in skipLoop()
|
| H A D | GlobalsModRef.cpp | 530 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph() 586 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
|
| H A D | InlineCost.cpp | 2934 if (Caller->hasOptNone()) in getAttributeBasedInliningDecision()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 95 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOpt::None in runOnMachineFunction()
|
| H A D | RegBankSelect.cpp | 739 if (F.hasOptNone()) in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 342 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 153 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
|
| H A D | ARMAsmPrinter.cpp | 131 if (F.hasOptNone()) in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Function.h | 638 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 424 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 739 if(F.hasOptNone()) in TryInlinePointerAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 1302 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 803 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 380 return MF.getFunction().hasOptNone() || in isOptNone()
|