Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp444 unsigned MaxInstrNum = 0; in setupDebugValueTracking() local
447 MaxInstrNum = std::max((unsigned)MI.peekDebugInstrNum(), MaxInstrNum); in setupDebugValueTracking()
448 MF.setDebugInstrNumberingCount(MaxInstrNum); in setupDebugValueTracking()