HomeSort by relevance Sort by last modified time
    Searched defs:loop_information_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes.h 494 loop_information_(nullptr),
526 if (loop_information_ == nullptr) {
527 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
529 DCHECK_EQ(loop_information_->GetHeader(), this);
530 loop_information_->AddBackEdge(back_edge);
556 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0;
700 return IsInLoop() && (loop_information_->GetHeader() == this);
710 return loop_information_;
713 // Set the loop_information_ on this block. Overrides the current
720 loop_information_ = info
764 HLoopInformation* loop_information_; member in class:art::HBasicBlock
    [all...]
  /external/v8/src/
hydrogen.h 50 HLoopInformation* loop_information() const { return loop_information_; }
196 HLoopInformation* loop_information_; member in class:v8::internal::FINAL
    [all...]

Completed in 99 milliseconds