Lines Matching refs:HLoopInformation
893 class HLoopInformation : public ArenaObject<kArenaAllocLoopInfo> {
895 HLoopInformation(HBasicBlock* header, HGraph* graph) in HLoopInformation() function
961 void PopulateInnerLoopUpwards(HLoopInformation* inner_loop);
969 bool IsIn(const HLoopInformation& other) const;
1011 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
1135 HLoopInformation* loop_info = GetLoopInformation(); in IsSingleJump()
1143 loop_information_ = new (graph_->GetAllocator()) HLoopInformation(this, graph_); in AddBackEdge()
1156 loop_information_ = new (graph_->GetAllocator()) HLoopInformation(this, graph_); in AddBackEdgeWhileUpdating()
1362 HLoopInformation* GetLoopInformation() const { in GetLoopInformation()
1369 void SetInLoop(HLoopInformation* info) { in SetInLoop()
1387 void SetLoopInformation(HLoopInformation* info) { in SetLoopInformation()
1435 HLoopInformation* loop_information_;
1467 HLoopInformation* Current() const { in Current()
1473 HLoopInformation* current_;
8413 explicit HBlocksInLoopIterator(const HLoopInformation& info)
8446 explicit HBlocksInLoopReversePostOrderIterator(const HLoopInformation& info)