Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h108 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
114 unsigned getDFSOut() const { return DFSOut; } in getDFSOut() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp243 if (!ChildScope->getDFSOut()) { in constructScopeNest()