Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h408 const_cast<SUnit *>(this)->ComputeHeight(); in getHeight()
461 void ComputeHeight();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAG.cpp295 void SUnit::ComputeHeight() { in ComputeHeight() function in SUnit