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

  /external/v8/src/
hydrogen.h 69 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::HBasicBlock
96 bool IsLoopHeader() const { return loop_information() != NULL; }
    [all...]
hydrogen.cc 250 loop_information()->RegisterBackEdge(predecessors()->at(i));
329 HBasicBlock* last = loop_information()->GetLastBackEdge();
773 PostorderLoopBlocks(b->loop_information(), visited, order, loop_header);
787 PostorderLoopBlocks(block->loop_information(), visited, order, loop_header);
    [all...]
lithium-allocator.cc     [all...]

Completed in 365 milliseconds