Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h404 const_cast<SUnit *>(this)->ComputeDepth();
464 void ComputeDepth();
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp260 void SUnit::ComputeDepth() { in ComputeDepth() function in SUnit