Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h400 const_cast<SUnit *>(this)->ComputeDepth(); in getDepth()
460 void ComputeDepth();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAG.cpp264 void SUnit::ComputeDepth() { in ComputeDepth() function in SUnit