Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Count

127 void CriticalAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
131 assert(Count < InsertPosIndex && "Instruction index out of expected range!");
139 KillIndices[Reg] = Count;
140 } else if (DefIndices[Reg] < InsertPosIndex && DefIndices[Reg] >= Count) {
154 ScanInstruction(MI, Count);
246 unsigned Count) {
263 DefIndices[Reg] = Count;
275 DefIndices[SubregReg] = Count;
311 KillIndices[Reg] = Count;
321 KillIndices[AliasReg] = Count;
506 unsigned Count = InsertPosIndex - 1;
508 I != E; --Count) {
538 else if (KeepRegs.count(AntiDepReg))
617 << " with " << RegRefs.count(AntiDepReg) << " references"
659 ScanInstruction(MI, Count);