Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Bottom

896 /// jump around it or will be the bottom of the loop if we lay it out in place,
897 /// but if it it doesn't end up at the bottom of the loop for any reason,
1062 /// \brief Attempt to rotate an exiting block to the bottom of the loop.
1067 /// of its bottom already, don't rotate it.
1086 // bottom is a viable exiting block. If so, bail out as rotating will
1089 MachineBasicBlock *Bottom = *std::prev(LoopChain.end());
1090 for (MachineBasicBlock *Succ : Bottom->successors()) {
1321 // branches by placing an exit edge at the bottom.