Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp433 unsigned MaxInstrNum = 0; in setupDebugValueTracking() local
436 MaxInstrNum = std::max((unsigned)MI.peekDebugInstrNum(), MaxInstrNum); in setupDebugValueTracking()
437 MF.setDebugInstrNumberingCount(MaxInstrNum); in setupDebugValueTracking()