Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp365 DstMF->setDebugInstrNumberingCount(SrcMF->DebugInstrNumberingCount); in cloneMF()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h470 void setDebugInstrNumberingCount(unsigned Num);
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp437 MF.setDebugInstrNumberingCount(MaxInstrNum); in setupDebugValueTracking()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp971 void MachineFunction::setDebugInstrNumberingCount(unsigned Num) { in setDebugInstrNumberingCount() function in MachineFunction