Home
last modified time | relevance | path

Searched defs:StackElement (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h56 struct StackElement { struct
61 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument
H A DDepthFirstIterator.h100 using StackElement = std::pair<NodeRef, std::optional<ChildItTy>>; variable