Searched defs:HLoopInformation (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h764 class HLoopInformation : public ArenaObject<kArenaAllocLoopInfo> { class in namespace:art
766 HLoopInformation(HBasicBlock* header, HGraph* graph) function in class:art::HLoopInformation
832 void PopulateInnerLoopUpwards(HLoopInformation* inner_loop);
840 bool IsIn(const HLoopInformation& other) const;
882 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
998 HLoopInformation* loop_info = GetLoopInformation();
1006 loop_information_ = new (graph_->GetAllocator()) HLoopInformation(this, graph_);
1019 loop_information_ = new (graph_->GetAllocator()) HLoopInformation(this, graph_);
1225 HLoopInformation* GetLoopInformation() const {
1232 void SetInLoop(HLoopInformation* inf
[all...]

Completed in 46 milliseconds