Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h412 const_cast<SUnit *>(this)->ComputeHeight();
465 void ComputeHeight();
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp291 void SUnit::ComputeHeight() { in ComputeHeight() function in SUnit