Home
last modified time | relevance | path

Searched refs:ValueTrackingVariableLocations (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h132 PseudoProbeForProfiling(false), ValueTrackingVariableLocations(false), in TargetOptions()
314 unsigned ValueTrackingVariableLocations : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp94 InstrRefBased = TM.Options.ValueTrackingVariableLocations; in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp93 CGOPT(bool, ValueTrackingVariableLocations) in CGOPT()
428 static cl::opt<bool> ValueTrackingVariableLocations( in CGOPT() local
432 CGBINDOPT(ValueTrackingVariableLocations); in CGOPT()
526 Options.ValueTrackingVariableLocations = getValueTrackingVariableLocations(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp1177 if (!getTarget().Options.ValueTrackingVariableLocations) in finalizeDebugInstrRefs()
H A DLiveDebugVariables.cpp1321 InstrRef = TM.Options.ValueTrackingVariableLocations; in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp580 Options.ValueTrackingVariableLocations = in initTargetOptions()
581 CodeGenOpts.ValueTrackingVariableLocations; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def358 CODEGENOPT(ValueTrackingVariableLocations, 1, 0)
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1267 if (TM.Options.ValueTrackingVariableLocations && Op->isReg()) { in selectIntrinsicCall()
1322 if (TM.Options.ValueTrackingVariableLocations) { in selectIntrinsicCall()
H A DInstrEmitter.cpp1332 EmitDebugInstrRefs = TM.Options.ValueTrackingVariableLocations; in InstrEmitter()
H A DSelectionDAGISel.cpp578 bool InstrRef = TM.Options.ValueTrackingVariableLocations; in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp5513 if (Reg.isVirtual() && TM.Options.ValueTrackingVariableLocations) { in EmitFuncArgumentDbgValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5070 MarshallingInfoFlag<CodeGenOpts<"ValueTrackingVariableLocations">>;