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

  /external/v8/src/
hydrogen-sce.cc 19 HBasicBlock* back_edge = block->loop_information()->GetLastBackEdge();
24 block->loop_information()->stack_check()->Eliminate();
hydrogen-infer-types.cc 25 block->loop_information()->GetLastBackEdge();
hydrogen-flow-engine.h 150 HLoopInformation* loop = block->loop_information();
157 DCHECK(member->loop_information()->parent_loop() == loop);
161 i = member->loop_information()->GetLastBackEdge()->block_id();
hydrogen.h 50 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::FINAL
52 return IsLoopHeader() ? loop_information()
54 ? parent_loop_header()->loop_information() : NULL);
84 bool IsLoopHeader() const { return loop_information() != NULL; }
289 return parent_header != NULL ? parent_header->loop_information() : NULL;
    [all...]
hydrogen-gvn.cc 572 HBasicBlock* last = block->loop_information()->GetLastBackEdge();
hydrogen.cc 324 loop_information()->RegisterBackEdge(predecessors()->at(i));
412 HBasicBlock* last = loop_information()->GetLastBackEdge();
    [all...]
lithium-allocator.cc     [all...]
hydrogen-instructions.cc     [all...]
  /art/compiler/optimizing/
graph_checker.cc 315 HLoopInformation* loop_information = loop_header->GetLoopInformation(); local
335 if (loop_information->IsBackEdge(*first_predecessor)) {
342 if (!loop_information->IsBackEdge(*predecessor)) {
350 const ArenaBitVector& loop_blocks = loop_information->GetBlocks();
353 size_t num_back_edges = loop_information->GetBackEdges().Size();
360 int back_edge_id = loop_information->GetBackEdges().Get(i)->GetBlockId();

Completed in 130 milliseconds