Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1797 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply() local
1798 if (FirstPos == DAG->end()) in apply()
1800 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1727 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply() local
1728 if (FirstPos == DAG->end()) in apply()
1730 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()