| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | InferFunctionAttrs.cpp | 29 if (F.isDeclaration() && !F.hasOptNone()) { in inferAllPrototypeAttributes()
|
| H A D | HotColdSplitting.cpp | 196 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold() 785 if (F.hasOptNone()) in run()
|
| H A D | LoopExtractor.cpp | 163 if (F.hasOptNone()) in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOForceFunctionAttrs.cpp | 23 if (F.hasOptNone() || F.hasOptSize()) in shouldRunOnFunction()
|
| H A D | IndirectCallPromotion.cpp | 1020 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 96 if (F.hasOptNone()) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionRetHardening.cpp | 66 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
|
| H A D | X86LoadValueInjectionLoadHardening.cpp | 264 if (!F.hasOptNone() && skipFunction(F)) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Pass.cpp | 180 if (F.hasOptNone()) { in skipFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 290 if (F.hasOptNone()) { in skipRegion()
|
| H A D | LoopPass.cpp | 381 if (F->hasOptNone()) { in skipLoop()
|
| H A D | GlobalsModRef.cpp | 538 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph() 594 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | MaterializationUtils.cpp | 260 if (F.hasOptNone()) in doRematerializations()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 145 OptLevel = MF.getFunction().hasOptNone() ? CodeGenOptLevel::None in runOnMachineFunction()
|
| H A D | RegBankSelect.cpp | 742 if (F.hasOptNone()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 157 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.cpp | 508 if (MF.getFunction().hasOptNone()) in enableShrinkWrapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 700 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 432 if (MergeInit && !F->hasOptNone() && LittleEndian && in tagAlloca()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1041 ShouldRun = !F->hasOptNone(); in shouldRun() 1043 ShouldRun = !L->getHeader()->getParent()->hasOptNone(); in shouldRun() 1045 ShouldRun = !MF->getFunction().hasOptNone(); in shouldRun()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNDPPCombine.cpp | 799 if (MF.getFunction().hasOptNone()) in run()
|
| H A D | SIShrinkInstructions.cpp | 1114 if (MF.getFunction().hasOptNone() || !SIShrinkInstructions().run(MF)) in run()
|
| H A D | SIPeepholeSDWA.cpp | 1465 if (MF.getFunction().hasOptNone() || !SIPeepholeSDWA().run(MF)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 746 if(F.hasOptNone()) in TryInlinePointerAddress()
|
| H A D | TwoAddressInstructionPass.cpp | 239 if (MF.getFunction().hasOptNone()) in run()
|