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.h31 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.cpp510 bool OptNone; member in __anond28503310211::WaitcntGenerator
517 OptNone(MF.getFunction().hasOptNone() || in WaitcntGenerator()
522 bool isOptNone() const { return OptNone; } in isOptNone()
1366 bool TrySimplify = Opcode != II.getOpcode() && !OptNone; in applyPreexistingWaitcnt()
1531 bool TrySimplify = Opcode != II.getOpcode() && !OptNone; in applyPreexistingWaitcnt()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp222 clEnumValN(PGOOptions::ColdFuncOpt::OptNone, "optnone",
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h604 OptNoneInstrumentation OptNone; variable
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2440 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations()
2514 OptNone.registerCallbacks(PIC); in registerCallbacks()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp118 clEnumValN(PGOOptions::ColdFuncOpt::OptNone, "optnone",
H A DCGBuiltin.cpp2625 bool OptNone = CurFuncDecl && CurFuncDecl->hasAttr<OptimizeNoneAttr>(); in EmitBuiltinExpr() local
2631 ErrnoOverriden.has_value() && !ErrnoOverriden.value() && !OptNone && in EmitBuiltinExpr()
2689 (ConstAlways && !OptNone) || in EmitBuiltinExpr()
2691 !(ErrnoOverriden.has_value() && ErrnoOverriden.value()) && !OptNone); in EmitBuiltinExpr()
2699 !(ErrnoOverriden.has_value() && ErrnoOverriden.value()) && !OptNone); in EmitBuiltinExpr()