Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp206 static cl::opt<bool> EmulateOldLDV("emulate-old-livedebugvalues", cl::Hidden, variable
1279 if (EmulateOldLDV) in transferMlocs()
1820 if (EmulateOldLDV) { in performCopy()
1933 if (EmulateOldLDV) in transferSpillOrRestoreInst()
2045 if (EmulateOldLDV && !isCalleeSavedReg(DestReg)) in transferRegisterCopy()
2049 if (EmulateOldLDV && !SrcRegOp->isKill()) in transferRegisterCopy()
2063 if (EmulateOldLDV && SrcReg != DestReg) in transferRegisterCopy()
2917 if (EmulateOldLDV) in vlocDataflow()