Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp316 SUnit* LastSequentialCall = nullptr; in apply() local
330 LastSequentialCall = &DAG->SUnits[su]; in apply()
332 else if (DAG->SUnits[su].getInstr()->isCompare() && LastSequentialCall) in apply()
333 DAG->addEdge(&DAG->SUnits[su], SDep(LastSequentialCall, SDep::Barrier)); in apply()
335 else if (SchedPredsCloser && LastSequentialCall && su > 1 && su < e-1 && in apply()