Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2168 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply() local
2169 if (FirstPos == DAG->end()) in apply()
2171 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()