Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp208 static cl::opt<bool> EmulateOldLDV("emulate-old-livedebugvalues", cl::Hidden, variable
1276 if (EmulateOldLDV) in transferMlocs()
1818 if (EmulateOldLDV) { in performCopy()
1931 if (EmulateOldLDV) in transferSpillOrRestoreInst()
2043 if (EmulateOldLDV && !isCalleeSavedReg(DestReg)) in transferRegisterCopy()
2047 if (EmulateOldLDV && !SrcRegOp->isKill()) in transferRegisterCopy()
2061 if (EmulateOldLDV && SrcReg != DestReg) in transferRegisterCopy()
2917 if (EmulateOldLDV) in vlocDataflow()