Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HLoopInformation

190 class HLoopInformation : public ArenaObject {
192 HLoopInformation(HBasicBlock* header, HGraph* graph)
240 bool IsIn(const HLoopInformation& other) const;
252 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
282 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
362 HLoopInformation* GetLoopInformation() const {
368 void SetInLoop(HLoopInformation* info) {
402 HLoopInformation* loop_information_;