Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h107 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
113 unsigned getDFSOut() const { return DFSOut; } in getDFSOut() function