Searched refs:LastSequentialCall (Results 1 – 1 of 1) sorted by relevance
25 SUnit* LastSequentialCall = nullptr; in postprocessDAG() local31 LastSequentialCall = &(SUnits[su]); in postprocessDAG()33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall) in postprocessDAG()34 SUnits[su].addPred(SDep(LastSequentialCall, SDep::Barrier)); in postprocessDAG()