Searched refs:InstNo (Results 1 – 5 of 5) sorted by relevance
91 unsigned InstNo = 0; in collectMarkers() local93 DEBUG(dbgs() << " " << InstNo << ": BB " << BB->getName() << "\n"); in collectMarkers()94 unsigned BBStart = InstNo++; in collectMarkers()104 unsigned BBEnd = InstNo; in collectMarkers()110 DEBUG(dbgs() << " " << InstNo << ": " in collectMarkers()114 BBMarkers[BB].push_back({InstNo, M}); in collectMarkers()116 InstructionNumbering[I] = InstNo++; in collectMarkers()142 unsigned BBEnd = InstNo; in collectMarkers()145 NumInst = InstNo; in collectMarkers()212 unsigned InstNo = It.first; in calculateLiveIntervals() local[all …]
106 unsigned InstNo = 0; in collectMarkers() local108 LLVM_DEBUG(dbgs() << " " << InstNo << ": BB " << BB->getName() << "\n"); in collectMarkers()109 unsigned BBStart = InstNo++; in collectMarkers()119 unsigned BBEnd = InstNo; in collectMarkers()125 LLVM_DEBUG(dbgs() << " " << InstNo << ": " in collectMarkers()129 BBMarkers[BB].push_back({InstNo, M}); in collectMarkers()131 InstructionNumbering[I] = InstNo++; in collectMarkers()157 unsigned BBEnd = InstNo; in collectMarkers()160 NumInst = InstNo; in collectMarkers()227 unsigned InstNo = It.first; in calculateLiveIntervals() local[all …]
216 unsigned InstNo = 0; in getInstructionIndex() local219 InstNumbers[&BBI] = InstNo++; in getInstructionIndex()
207 unsigned InstNo = 0; in getInstructionIndex() local210 InstNumbers[&BBI] = InstNo++; in getInstructionIndex()
178 unsigned InstNo = 0; in getInstructionIndex() local182 InstNumbers[BBI] = InstNo++; in getInstructionIndex()