Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp848 SUnit *BarrierChain = nullptr, *AliasChain = nullptr; in buildSchedGraph() local
970 if (BarrierChain) in buildSchedGraph()
971 BarrierChain->addPred(SDep(SU, SDep::Barrier)); in buildSchedGraph()
972 BarrierChain = SU; in buildSchedGraph()
1018 if (BarrierChain) in buildSchedGraph()
1019 BarrierChain->addPred(SDep(SU, SDep::Barrier)); in buildSchedGraph()
1143 if (BarrierChain) in buildSchedGraph()
1144 BarrierChain->addPred(SDep(SU, SDep::Barrier)); in buildSchedGraph()