Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1948 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply() local
1949 if (FirstPos == DAG->end()) in apply()
1951 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()