Home
last modified time | relevance | path

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

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