Home
last modified time | relevance | path

Searched refs:InstNo (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp91 unsigned InstNo = 0; in collectMarkers() local
93 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 …]
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp207 unsigned InstNo = 0; in getInstructionIndex() local
210 InstNumbers[&BBI] = InstNo++; in getInstructionIndex()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp178 unsigned InstNo = 0; in getInstructionIndex() local
182 InstNumbers[BBI] = InstNo++; in getInstructionIndex()