HomeSort by: relevance | last modified time | path
    Searched refs:BarrierChain (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 687 assert(BarrierChain != nullptr);
692 SU->addPredBarrier(BarrierChain);
698 assert(BarrierChain != nullptr);
706 // Stop on BarrierChain or any instruction above it.
707 if ((*SUItr)->NodeNum <= BarrierChain->NodeNum)
710 (*SUItr)->addPredBarrier(BarrierChain);
713 // Remove also the BarrierChain from list if present.
714 if (SUItr != SUEE && *SUItr == BarrierChain)
717 // Remove all SUs that are now successors of BarrierChain.
740 BarrierChain = nullptr
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 182 SUnit *BarrierChain = nullptr;
198 /// every Nth memory SU into BarrierChain in buildSchedGraph(), since
199 /// it avoids unnecessary edges between seen SUs above the new BarrierChain,
224 /// case where the new BarrierChain (a global memory object) has a higher
225 /// NodeNum than all SUs in map. It is assumed BarrierChain has been set
231 /// this new BarrierChain, and remove them from map. It is assumed
232 /// BarrierChain has been set before calling this.

Completed in 29 milliseconds