Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp413 unsigned MaxInstrNum = 0; in setupDebugValueTracking() local
416 MaxInstrNum = std::max((unsigned)MI.peekDebugInstrNum(), MaxInstrNum); in setupDebugValueTracking()
417 MF.setDebugInstrNumberingCount(MaxInstrNum); in setupDebugValueTracking()