Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h513 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf() function
647 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf() function
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h528 bool isChildOf(const RefSCC &C) const { in isChildOf() function
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp574 bool CommandGraphNode::isChildOf(CommandGraphNode *parent) in isChildOf() function in rx::vk::CommandGraphNode