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 455 /// initializing the Index2Node and Node2Index arrays and then tries to keep
467 Node2Index.resize(DAGSize);
476 // Temporarily use the Node2Index array as scratch space for degree counts.
477 Node2Index[NodeNum] = Degree;
496 if (SU->NodeNum < DAGSize && !--Node2Index[SU->NodeNum])
511 assert(Node2Index[SU->NodeNum] > Node2Index[I->getSUnit()->NodeNum] &&
522 LowerBound = Node2Index[Y->NodeNum];
523 UpperBound = Node2Index[X->NodeNum];
559 if (s >= Node2Index.size()
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 698 /// Node2Index - Maps the node number to its topological index.
699 std::vector<int> Node2Index;

Completed in 51 milliseconds