Home
last modified time | relevance | path

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

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