HomeSort by relevance Sort by last modified time
    Searched refs:GetIDominator (Results 1 - 4 of 4) sorted by null

  /art/compiler/sea_ir/debug/
dot_gen.cc 29 if ((*cit)->GetIDominator() == (*cit)) {
122 if (NULL != region->GetIDominator()) {
123 dot_text_ += " dom=" + region->GetIDominator()->StringId();
  /art/compiler/sea_ir/ir/
sea.cc 110 if ((*pred_it != root_pred) && (*pred_it)->GetIDominator() != NULL) {
116 if ((*crt_it)->GetIDominator() != new_dom) {
127 Region* idom = (*region_it)->GetIDominator();
140 finger1 = finger1->GetIDominator(); // should have: finger1 != NULL
145 finger2 = finger2->GetIDominator(); // should have: finger1 != NULL
282 if ((*region_it)->GetIDominator() == *region_it) {
443 while (runner != (*region_it)->GetIDominator()) {
445 runner = runner->GetIDominator();
sea.h 180 Region* GetIDominator() const {
  /art/compiler/sea_ir/code_gen/
code_gen.cc 44 if ((*cit)->GetIDominator() == (*cit)) {

Completed in 206 milliseconds