Searched defs:isAncestorOf (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryData.h | 168 bool isAncestorOf(const BinaryData *BD) const { in isAncestorOf() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | GenericCycleImpl.h | 139 bool isAncestorOf(const DFSInfo &Other) const { isAncestorOf() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | LazyCallGraph.cpp | 297 bool LazyCallGraph::SCC::isAncestorOf(const SCC &TargetC) const { isAncestorOf() function in LazyCallGraph::SCC |