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

  /external/v8/src/
hydrogen.h 45 class HLoopInformation;
67 HLoopInformation* loop_information() const { return loop_information_; }
163 HLoopInformation* loop_information_;
179 class HLoopInformation: public ZoneObject {
181 explicit HLoopInformation(HBasicBlock* loop_header)
185 virtual ~HLoopInformation() {}
272 void PostorderLoopBlocks(HLoopInformation* loop,
    [all...]
hydrogen.cc 78 loop_information_ = new(zone()) HLoopInformation(this);
333 void HLoopInformation::RegisterBackEdge(HBasicBlock* block) {
339 HBasicBlock* HLoopInformation::GetLastBackEdge() const {
353 void HLoopInformation::AddBlock(HBasicBlock* block) {
672 void HGraph::PostorderLoopBlocks(HLoopInformation* loop,
    [all...]
hydrogen-instructions.h 45 class HLoopInformation;
    [all...]

Completed in 37 milliseconds