Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

47 char LiveIntervals::ID = 0;
48 char &llvm::LiveIntervalsID = LiveIntervals::ID;
94 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID),
320 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << '#' << VNI->id);