Searched refs:Node2Index (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp455 /// 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
[all...]
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h698 /// Node2Index - Maps the node number to its topological index.
699 std::vector<int> Node2Index; member in class:llvm::SUnit::ScheduleDAGTopologicalSort

Completed in 1168 milliseconds