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

  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 446 unsigned Degree = SU->Succs.size();
447 // Temporarily use the Node2Index array as scratch space for degree counts.
448 Node2Index[NodeNum] = Degree;
451 if (Degree == 0) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 21 milliseconds