Home
last modified time | relevance | path

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

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