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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 372 const_cast<SUnit *>(this)->ComputeHeight();
418 void ComputeHeight();
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 255 /// ComputeHeight - Calculate the maximal path from the node to the entry.
257 void SUnit::ComputeHeight() {

Completed in 813 milliseconds