Home
last modified time | relevance | path

Searched refs:OptNone (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp54 case PGOOptions::ColdFuncOpt::OptNone: in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp451 bool OptNone; member in __anond28503310211::WaitcntGenerator
458 OptNone(MF.getFunction().hasOptNone() || in WaitcntGenerator()
463 bool isOptNone() const { return OptNone; } in isOptNone()
1201 bool TrySimplify = Opcode != II.getOpcode() && !OptNone; in applyPreexistingWaitcnt()
1354 bool TrySimplify = Opcode != II.getOpcode() && !OptNone; in applyPreexistingWaitcnt()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp215 clEnumValN(PGOOptions::ColdFuncOpt::OptNone, "optnone",
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h588 OptNoneInstrumentation OptNone; variable
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2448 OptNone(DebugLogging), in StandardInstrumentations()
2521 OptNone.registerCallbacks(PIC); in registerCallbacks()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp119 clEnumValN(PGOOptions::ColdFuncOpt::OptNone, "optnone",
H A DCGBuiltin.cpp2584 bool OptNone = CurFuncDecl && CurFuncDecl->hasAttr<OptimizeNoneAttr>(); in EmitBuiltinExpr() local
2590 ErrnoOverriden.has_value() && !ErrnoOverriden.value() && !OptNone && in EmitBuiltinExpr()
2648 (ConstAlways && !OptNone) || in EmitBuiltinExpr()
2650 !(ErrnoOverriden.has_value() && ErrnoOverriden.value()) && !OptNone); in EmitBuiltinExpr()
2658 !(ErrnoOverriden.has_value() && ErrnoOverriden.value()) && !OptNone); in EmitBuiltinExpr()