Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp68 DbgVariableRecord *EarliestDVR = nullptr; in applyDebugifyMetadataToMachineFunction() local
92 if (!EarliestDVR || Line < EarliestDVR->getDebugLoc().getLine()) in applyDebugifyMetadataToMachineFunction()
93 EarliestDVR = &DVR; in applyDebugifyMetadataToMachineFunction()
128 : EarliestDVR->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()