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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 154 class Circuits {
166 Circuits(std::vector<SUnit> &SUs, ScheduleDAGTopologicalSort &Topo)
174 ~Circuits() { delete Node2Idx; }
295 void checkValidNodeOrder(const NodeSetType &Circuits) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp 179 unsigned SwingSchedulerDAG::Circuits::MaxPaths = 5;
484 NodeSetType Circuits = NodeSets;
561 checkValidNodeOrder(Circuits);
1193 /// but we do this to find the circuits, and then change them back.
1220 void SwingSchedulerDAG::Circuits::createAdjacencyStructure(
1276 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets,
1316 void SwingSchedulerDAG::Circuits::unblock(int U) {
1329 /// Identify all the elementary circuits in the dependence graph using
1333 // but we do this to find the circuits, and then change them back.
1336 Circuits Cir(SUnits, Topo)
    [all...]

Completed in 18 milliseconds