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

/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp1 //===---- HexagonFixupHwLoops.cpp - Fixup HW loops too far from LOOPn. ----===//
38 struct HexagonFixupHwLoops : public MachineFunctionPass { struct in namespace:__anon12600
42 HexagonFixupHwLoops() : MachineFunctionPass(ID) { function in struct:__anon12600::HexagonFixupHwLoops
69 char HexagonFixupHwLoops::ID = 0;
72 INITIALIZE_PASS(HexagonFixupHwLoops, "hwloopsfixup",
76 return new HexagonFixupHwLoops();
87 bool HexagonFixupHwLoops::runOnMachineFunction(MachineFunction &MF) {
99 bool HexagonFixupHwLoops::fixupLoopInstrs(MachineFunction &MF) {
161 void HexagonFixupHwLoops::useExtLoopInstr(MachineFunction &MF,

Completed in 77 milliseconds