Home
last modified time | relevance | path

Searched refs:ComputeHeight (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h426 const_cast<SUnit *>(this)->ComputeHeight(); in getHeight()
479 void ComputeHeight();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp296 void SUnit::ComputeHeight() { in ComputeHeight() function in SUnit