Home
last modified time | relevance | path

Searched defs:isChildOf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h502 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } isChildOf() function
640 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } isChildOf() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h1789 bool isChildOf(const BinaryFunction &Other) const { isChildOf() function