Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp694 assert(BarrierChain != nullptr); in addBarrierChain()
699 SU->addPredBarrier(BarrierChain); in addBarrierChain()
705 assert(BarrierChain != nullptr); in insertBarrierChain()
747 BarrierChain = nullptr; in buildSchedGraph()
903 if (BarrierChain) in buildSchedGraph()
905 BarrierChain = SU; in buildSchedGraph()
923 if (BarrierChain) in buildSchedGraph()
941 if (BarrierChain) in buildSchedGraph()
1081 if (BarrierChain) { in reduceHugeMemNodeMaps()
1088 BarrierChain = newBarrierChain; in reduceHugeMemNodeMaps()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h184 SUnit *BarrierChain = nullptr; variable