Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp212 static cl::opt<bool> EmulateOldLDV("emulate-old-livedebugvalues", cl::Hidden, variable
1394 if (EmulateOldLDV) in transferMlocs()
2138 if (EmulateOldLDV) { in performCopy()
2213 if (EmulateOldLDV) in transferSpillOrRestoreInst()
2329 if (EmulateOldLDV && !isCalleeSavedReg(DestReg)) in transferRegisterCopy()
2333 if (EmulateOldLDV && !SrcRegOp->isKill()) in transferRegisterCopy()
2347 if (EmulateOldLDV && SrcReg != DestReg) in transferRegisterCopy()
3213 if (EmulateOldLDV) in vlocDataflow()