| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | InferFunctionAttrs.cpp | 33 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
|
| H A D | HotColdSplitting.cpp | 163 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold() 707 if (F.hasOptNone()) in run()
|
| H A D | LoopExtractor.cpp | 168 if (F.hasOptNone()) in runOnFunction()
|
| H A D | FunctionAttrs.cpp | 1559 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked)) { in createSCCNodeSet()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 97 if (F.hasOptNone()) in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Pass.cpp | 168 if (F.hasOptNone()) { in skipFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 285 if (F.hasOptNone()) { in skipRegion()
|
| H A D | LoopPass.cpp | 382 if (F->hasOptNone()) { in skipLoop()
|
| H A D | GlobalsModRef.cpp | 522 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph() 578 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
|
| H A D | InlineCost.cpp | 2553 if (Caller->hasOptNone()) in getAttributeBasedInliningDecision()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 97 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOpt::None in runOnMachineFunction()
|
| H A D | RegBankSelect.cpp | 678 if (F.hasOptNone()) in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 401 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 153 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
|
| H A D | ARMAsmPrinter.cpp | 133 if (F.hasOptNone()) in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Function.h | 710 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 443 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
|
| H A D | AArch64InstrInfo.td | 638 …def OptimizedGISelOrOtherSelector : Predicate<"!MF->getFunction().hasOptNone() || MF->getPropertie…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 740 if(F.hasOptNone()) in TryInlinePointerAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 846 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 377 return MF.getFunction().hasOptNone() || in isOptNone()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1432 !GV.hasOptSize() && !GV.hasOptNone()) in beginFunctionImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1870 getDefaultFunctionAttributes(F.getName(), F.hasOptNone(), in addDefaultFunctionDefinitionAttributes()
|