Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h79 int NumInst = -1; variable
132 assert(NumInst >= 0); in getFullLiveRange()
134 R.SetMaximum(NumInst); in getFullLiveRange()
135 R.AddRange(0, NumInst); in getFullLiveRange()
DSafeStackColoring.cpp158 NumInst = InstNo; in collectMarkers()
301 R.SetMaximum(NumInst); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp6502 int NumInst = 0; in execMayBeModifiedBeforeUse() local
6510 if (++NumInst > MaxInstScan) in execMayBeModifiedBeforeUse()
6542 int NumInst = 0; in execMayBeModifiedBeforeAnyUse() local
6549 if (++NumInst > MaxInstScan) in execMayBeModifiedBeforeAnyUse()