Home
last modified time | relevance | path

Searched refs:tree_ (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_analysis.h29 explicit DominatorAnalysisBase(bool is_post_dom) : tree_(is_post_dom) {} in DominatorAnalysisBase()
33 tree_.InitializeTree(cfg, f); in InitializeTree()
45 return tree_.Dominates(a, b); in Dominates()
61 return tree_.StrictlyDominates(a, b); in StrictlyDominates()
68 return tree_.ImmediateDominator(node); in ImmediateDominator()
74 return tree_.ImmediateDominator(node_id); in ImmediateDominator()
80 return tree_.ReachableFromRoots(node->id()); in IsReachable()
85 return tree_.ReachableFromRoots(node_id); in IsReachable()
89 inline void DumpAsDot(std::ostream& out) const { tree_.DumpTreeAsDot(out); } in DumpAsDot()
92 inline bool IsPostDominator() const { return tree_.IsPostDominator(); } in IsPostDominator()
[all …]
Ddominator_analysis.cpp55 return tree_.Dominates(bb_a, bb_b); in Dominates()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_analysis.h29 explicit DominatorAnalysisBase(bool is_post_dom) : tree_(is_post_dom) {} in DominatorAnalysisBase()
33 tree_.InitializeTree(cfg, f); in InitializeTree()
45 return tree_.Dominates(a, b); in Dominates()
61 return tree_.StrictlyDominates(a, b); in StrictlyDominates()
68 return tree_.ImmediateDominator(node); in ImmediateDominator()
74 return tree_.ImmediateDominator(node_id); in ImmediateDominator()
80 return tree_.ReachableFromRoots(node->id()); in IsReachable()
85 return tree_.ReachableFromRoots(node_id); in IsReachable()
89 inline void DumpAsDot(std::ostream& out) const { tree_.DumpTreeAsDot(out); } in DumpAsDot()
92 inline bool IsPostDominator() const { return tree_.IsPostDominator(); } in IsPostDominator()
[all …]
Ddominator_analysis.cpp55 return tree_.Dominates(bb_a, bb_b); in Dominates()
/external/v8/src/profiler/
Dprofile-generator-inl.h37 : tree_(tree), in ProfileNode()
43 tree_->EnqueueNode(this); in ProfileNode()
47 return tree_->GetFunctionId(this); in function_id()
50 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
Dallocation-tracker.cc17 : tree_(tree), in AllocationTraceNode()
43 child = new AllocationTraceNode(tree_, function_info_index); in FindOrAddChild()
Dallocation-tracker.h46 AllocationTraceTree* tree_;
Dprofile-generator.h250 ProfileTree* tree_; variable
Dprofile-generator.cc190 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h56 explicit PointsToSet(const Shape* shape) : tree_(shape) {} in PointsToSet()
116 return tree_.element(index).buffers; in element()
119 return &tree_.mutable_element(index)->buffers; in mutable_element()
125 tree_.ForEachElement([&fn](const ShapeIndex& index, const Elem& elem) { in ForEachElement()
131 tree_.ForEachMutableElement([&fn](const ShapeIndex& index, Elem* elem) { in ForEachMutableElement()
137 return tree_.ForEachElementWithStatus( in ForEachElementWithStatus()
148 ShapeTree<Elem> tree_; variable
Dtuple_points_to_analysis.cc113 return tree_.element(index).tuple_sources; in tuple_sources()
118 tree_.mutable_element(index)->tuple_sources.insert(tuple); in add_tuple_source()
/external/v8/src/compiler/
Dpersistent-map.h62 if (tree_) { in last_depth()
63 return tree_->length; in last_depth()
79 if (tree_ == other.tree_) return true;
97 if (!tree_) return end(); in begin()
98 return iterator::begin(tree_, def_value_); in begin()
150 : tree_(tree), def_value_(def_value), zone_(zone) {} in PersistentMap()
152 const FocusedTree* tree_; variable
411 const FocusedTree* tree = tree_;
428 const FocusedTree* tree = tree_;
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DLeftRecursiveRuleWalker.g252 | tree_
269 tree_
DANTLRTreePrinter.g386 | tree_
426 tree_
DAssignTokenTypesWalker.g369 | tree_
387 tree_
DTreeToNFAConverter.g366 | tree_ {$g = $tree_.g;}
461 tree_ returns [StateCluster g=null]
DDefineGrammarItemsWalker.g435 | tree_
494 tree_
DCodeGenTreeWalker.g756 | tree_
757 { $code = $tree_.code; }
882 tree_ returns [ST code]
DANTLR.g752 | t3=tree_
789 tree_
/external/v8/src/regexp/
Dregexp-ast.h176 RegExpTree* tree() const { return tree_; } in tree()
190 : cp_offset_(-1), text_type_(text_type), tree_(tree) {} in TextElement()
194 RegExpTree* tree_; variable
Djsregexp.h243 explicit DispatchTable(Zone* zone) : tree_(zone) { } in DispatchTable()
295 ZoneSplayTree<Config>* tree() { return &tree_; } in tree()
296 ZoneSplayTree<Config> tree_; variable
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc274 : format_(format), tree_(tree) {} in ErrorPrinter()
304 tree_ != NULL && in AddErrorOrWarning()
305 tree_->VirtualFileToDiskFile(filename, &dfile)) { in AddErrorOrWarning()
334 DiskSourceTree *tree_; member in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
/external/jemalloc/test/unit/
Drb.c43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
/external/jemalloc_new/test/unit/
Drb.c45 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);