Searched defs:graph_ (Results 1 - 11 of 11) sorted by relevance

/art/compiler/optimizing/
H A Dssa_type_propagation.h28 : graph_(graph), worklist_(graph->GetArena(), kDefaultWorklistSize) {}
38 HGraph* const graph_; member in class:art::SsaTypePropagation
H A Dgraph_visualizer.h66 HGraph* const graph_; member in class:art::HGraphVisualizer
H A Dssa_phi_elimination.h31 : graph_(graph), worklist_(graph->GetArena(), kDefaultWorklistSize) {}
36 HGraph* const graph_; member in class:art::SsaDeadPhiElimination
53 : graph_(graph), worklist_(graph->GetArena(), kDefaultWorklistSize) {}
58 HGraph* const graph_; member in class:art::SsaRedundantPhiElimination
H A Dbuilder.h44 graph_(nullptr),
122 HGraph* graph_; member in class:art::HGraphBuilder
H A Dcode_generator.h79 HGraph* GetGraph() const { return graph_; }
145 graph_(graph),
173 HGraph* const graph_; member in class:art::CodeGenerator
H A Dbuilder.cc45 Temporaries(HGraph* graph, size_t count) : graph_(graph), count_(count), index_(0) {
46 graph_->UpdateNumberOfTemporaries(count_);
53 HInstruction* temp = new (graph_->GetArena()) HTemporary(index_++);
59 HGraph* const graph_; member in class:art::Temporaries
73 graph_->SetNumberOfVRegs(count);
88 graph_->SetNumberOfInVRegs(number_of_parameters);
181 graph_ = new (arena_) HGraph(arena_);
182 entry_block_ = new (arena_) HBasicBlock(graph_);
183 graph_->AddBlock(entry_block_);
184 exit_block_ = new (arena_) HBasicBlock(graph_);
[all...]
H A Dssa_liveness_analysis.h470 : graph_(graph),
543 const HGraph& graph_; member in class:art::SsaLivenessAnalysis
H A Dnodes.h263 : graph_(graph),
282 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
288 HGraph* GetGraph() const { return graph_; }
397 HGraph* const graph_; member in class:art::HBasicBlock
1553 explicit HGraphVisitor(HGraph* graph) : graph_(graph) {}
1561 HGraph* GetGraph() const { return graph_; }
1572 HGraph* graph_; member in class:art::HGraphVisitor
1579 explicit HInsertionOrderIterator(const HGraph& graph) : graph_(graph), index_(0) {}
1581 bool Done() const { return index_ == graph_
1586 const HGraph& graph_; member in class:art::HInsertionOrderIterator
1601 const HGraph& graph_; member in class:art::HReversePostOrderIterator
1617 const HGraph& graph_; member in class:art::HPostOrderIterator
[all...]
/art/compiler/sea_ir/types/
H A Dtype_inference_visitor.h39 graph_(graph), type_data_(type_data), type_cache_(types), crt_type_() {
73 const SeaGraph* const graph_; member in class:sea_ir::TypeInferenceVisitor
/art/compiler/sea_ir/debug/
H A Ddot_gen.h42 art::SafeMap<int, const Type*>* types): graph_(), types_(types), options_(options) { }
92 SeaGraph* graph_; member in class:sea_ir::DotGenerationVisitor
/art/compiler/sea_ir/ir/
H A Dsea.h346 static SeaGraph graph_; member in class:sea_ir::SeaGraph

Completed in 537 milliseconds