Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InstNo

91   unsigned InstNo = 0;
93 DEBUG(dbgs() << " " << InstNo << ": BB " << BB->getName() << "\n");
94 unsigned BBStart = InstNo++;
104 unsigned BBEnd = InstNo;
110 DEBUG(dbgs() << " " << InstNo << ": "
114 BBMarkers[BB].push_back({InstNo, M});
116 InstructionNumbering[I] = InstNo++;
142 unsigned BBEnd = InstNo;
145 NumInst = InstNo;
212 unsigned InstNo = It.first;
220 Start[AllocaNo] = InstNo;
224 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);