Home
last modified time | relevance | path

Searched refs:FindRoots (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h383 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() function
571 DT.Roots = FindRoots(DT, nullptr); in CalculateFromScratch()
725 RootsT Roots = FindRoots(DT, BUI); in UpdateRootsAfterUpdate()
1285 RootsT ComputedRoots = FindRoots(DT, nullptr); in verifyRoots()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc302 std::shared_ptr<OrderedSet<CNodePtr>> FindRoots(const std::vector<CNodePtr> &segment) { in FindRoots() function
Dfunc_graph.h513 std::shared_ptr<OrderedSet<CNodePtr>> FindRoots(const std::vector<CNodePtr> &segment);