OpenASIP
2.0
|
#include "ProcedurePass.hh"
#include "ControlFlowGraphPass.hh"
#include "ProgramPass.hh"
#include "Application.hh"
#include <vector>
Go to the source code of this file.
Classes | |
class | Peel2BBLoops |
struct | Peel2BBLoops::BBNodes |
This optimizer optimizes some 2-bb loops into 1-BB loop be peeling out the 1st iteration which jumps into the middle of the jump. The resulting 1-BB loop can then be loop-scheduled.
Definition in file Peel2BBLoops.hh.