Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HLoopInformation

386 class HLoopInformation : public ArenaObject<kArenaAllocMisc> {
388 HLoopInformation(HBasicBlock* header, HGraph* graph)
462 bool IsIn(const HLoopInformation& other) const;
478 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
527 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
709 HLoopInformation* GetLoopInformation() const {
716 void SetInLoop(HLoopInformation* info) {
734 void SetLoopInformation(HLoopInformation* info) {
764 HLoopInformation* loop_information_;
794 HLoopInformation* Current() const {
800 HLoopInformation* current_;
4087 HLoopInformation& info)
4120 explicit HBlocksInLoopReversePostOrderIterator(const HLoopInformation& info)