Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp717 SUnit *BarrierChain = 0, *AliasChain = 0; in buildSchedGraph() local
831 if (BarrierChain) in buildSchedGraph()
832 BarrierChain->addPred(SDep(SU, SDep::Barrier)); in buildSchedGraph()
833 BarrierChain = SU; in buildSchedGraph()
934 if (BarrierChain) in buildSchedGraph()
935 BarrierChain->addPred(SDep(SU, SDep::Barrier)); in buildSchedGraph()
988 if (BarrierChain) in buildSchedGraph()
989 BarrierChain->addPred(SDep(SU, SDep::Barrier)); in buildSchedGraph()