Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Count

98 /// analyzeUses - Count instructions, basic blocks, and loops using CurLI.
249 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count");
259 unsigned Count = 0;
265 ++Count;
268 return Count;