Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp386 DstMF->setDebugInstrNumberingCount(SrcMF->DebugInstrNumberingCount); in cloneMF()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h475 void setDebugInstrNumberingCount(unsigned Num);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp921 void MachineFunction::setDebugInstrNumberingCount(unsigned Num) { in setDebugInstrNumberingCount() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp439 MF.setDebugInstrNumberingCount(MaxInstrNum); in setupDebugValueTracking()