Home | History | Annotate | Download | only in compiler

Lines Matching defs:Backedge

631 //    (i.e. A -> B is a backedge).
695 typedef std::pair<BasicBlock*, size_t> Backedge;
791 // The successor is on the stack, so this is a backedge (cycle).
792 backedges_.push_back(Backedge(frame->block, frame->index - 1));
957 size_t num_loops, ZoneVector<Backedge>* backedges) {
981 // As long as the header doesn't have a backedge to itself,
1112 ZoneVector<Backedge> backedges_;