Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp67 DbgValueInst *EarliestDVI = nullptr; in applyDebugifyMetadataToMachineFunction() local
79 if (!EarliestDVI || Line < EarliestDVI->getDebugLoc().getLine()) in applyDebugifyMetadataToMachineFunction()
80 EarliestDVI = DVI; in applyDebugifyMetadataToMachineFunction()
127 Line = EarliestDVI ? EarliestDVI->getDebugLoc().getLine() in applyDebugifyMetadataToMachineFunction()