Searched refs:isAncestorOf (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp519 RC->isAncestorOf(TargetRC)) && "New ref edge is not trivial!");
530 RC->isAncestorOf(TargetRC)) && "New call edge is not trivial!");
625 assert(RC->isAncestorOf(TargetRC) &&
654 assert(RC->isAncestorOf(TargetRC) &&
H A DLazyCallGraph.cpp275 bool LazyCallGraph::SCC::isAncestorOf(const SCC &TargetC) const { function in class:LazyCallGraph::SCC
377 bool LazyCallGraph::RefSCC::isAncestorOf(const RefSCC &RC) const { function in class:LazyCallGraph::RefSCC
1405 assert(SourceC.isAncestorOf(TargetC) &&
1438 assert(SourceRC.isAncestorOf(TargetRC) &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h507 bool isAncestorOf(const SCC &C) const;
519 bool isDescendantOf(const SCC &C) const { return C.isAncestorOf(*this); }
641 bool isAncestorOf(const RefSCC &RC) const;
655 return RC.isAncestorOf(*this);

Completed in 130 milliseconds