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 67 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::HBasicBlock
94 bool IsLoopHeader() const { return loop_information() != NULL; }
    [all...]
hydrogen.cc 239 loop_information()->RegisterBackEdge(predecessors()->at(i));
681 PostorderLoopBlocks(b->loop_information(), visited, order, loop_header);
695 PostorderLoopBlocks(block->loop_information(), visited, order, loop_header);
    [all...]
lithium-allocator.cc     [all...]

Completed in 866 milliseconds