Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp141 static cl::opt<bool> EmulateOldLDV("emulate-old-livedebugvalues", cl::Hidden, variable
915 if (EmulateOldLDV) in transferMlocs()
2000 if (EmulateOldLDV) in transferSpillOrRestoreInst()
2136 if (EmulateOldLDV && !isCalleeSavedReg(DestReg)) in transferRegisterCopy()
2140 if (EmulateOldLDV && !SrcRegOp->isKill()) in transferRegisterCopy()
2180 if (EmulateOldLDV && SrcReg != DestReg) in transferRegisterCopy()