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

  /external/v8/src/
hydrogen.h 47 class HLoopInformation;
69 HLoopInformation* loop_information() const { return loop_information_; }
179 HLoopInformation* loop_information_;
212 class HLoopInformation: public ZoneObject {
214 explicit HLoopInformation(HBasicBlock* loop_header)
221 virtual ~HLoopInformation() {}
341 void PostorderLoopBlocks(HLoopInformation* loop,
    [all...]
hydrogen.cc 79 loop_information_ = new(zone()) HLoopInformation(this);
400 void HLoopInformation::RegisterBackEdge(HBasicBlock* block) {
406 HBasicBlock* HLoopInformation::GetLastBackEdge() const {
420 void HLoopInformation::AddBlock(HBasicBlock* block) {
763 void HGraph::PostorderLoopBlocks(HLoopInformation* loop,
    [all...]
hydrogen-instructions.h 49 class HLoopInformation;
    [all...]

Completed in 42 milliseconds