Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h140 static void updateDepth(CycleT *SubTree);
290 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth() argument
291 for (CycleT *Cycle : depth_first(SubTree)) in updateDepth()