Home
last modified time | relevance | path

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

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