Searched defs:isAncestorOf (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | GenericCycleImpl.h | 124 bool isAncestorOf(const DFSInfo &Other) const { isAncestorOf() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | LazyCallGraph.cpp | 289 bool LazyCallGraph::SCC::isAncestorOf(const SCC &TargetC) const { isAncestorOf() function in LazyCallGraph::SCC |