Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h520 void setDebugInstrNumberingCount(unsigned Num);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp467 MF.setDebugInstrNumberingCount(MaxInstrNum); in setupDebugValueTracking()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp949 void MachineFunction::setDebugInstrNumberingCount(unsigned Num) { in setDebugInstrNumberingCount() function in MachineFunction