LLVM 22.0.0git
DFAPacketizer.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "packets"

Variables

static cl::opt< unsignedInstrLimit ("dfa-instr-limit", cl::Hidden, cl::init(0), cl::desc("If present, stops packetizing after N instructions"))
static unsigned InstrCount = 0

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "packets"

Definition at line 45 of file DFAPacketizer.cpp.

Variable Documentation

◆ InstrCount

◆ InstrLimit

cl::opt< unsigned > InstrLimit("dfa-instr-limit", cl::Hidden, cl::init(0), cl::desc("If present, stops packetizing after N instructions")) ( "dfa-instr-limit" ,
cl::Hidden ,
cl::init(0) ,
cl::desc("If present, stops packetizing after N instructions")  )
static