HomeSort by relevance Sort by last modified time
    Searched refs:Node2Index (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 454 /// initializing the Index2Node and Node2Index arrays and then tries to keep
466 Node2Index.resize(DAGSize);
475 // Temporarily use the Node2Index array as scratch space for degree counts.
476 Node2Index[NodeNum] = Degree;
495 if (SU->NodeNum < DAGSize && !--Node2Index[SU->NodeNum])
510 assert(Node2Index[SU->NodeNum] > Node2Index[I->getSUnit()->NodeNum] &&
521 LowerBound = Node2Index[Y->NodeNum];
522 UpperBound = Node2Index[X->NodeNum];
558 if (s >= Node2Index.size()
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 702 /// Node2Index - Maps the node number to its topological index.
703 std::vector<int> Node2Index;

Completed in 55 milliseconds