Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h425 const_cast<SUnit *>(this)->ComputeDepth();
489 void ComputeDepth();
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp234 void SUnit::ComputeDepth() { in ComputeDepth() function in SUnit