Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h418 const_cast<SUnit *>(this)->ComputeDepth(); in getDepth()
478 void ComputeDepth();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp265 void SUnit::ComputeDepth() { in ComputeDepth() function in SUnit