Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1814 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply() local
1815 if (FirstPos == DAG->end()) in apply()
1817 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()