Searched refs:LoopRerollLegacyPass (Results 1 – 1 of 1) sorted by relevance
160 class LoopRerollLegacyPass : public LoopPass { class164 LoopRerollLegacyPass() : LoopPass(ID) { in LoopRerollLegacyPass() function in __anon25f666240111::LoopRerollLegacyPass492 char LoopRerollLegacyPass::ID = 0;494 INITIALIZE_PASS_BEGIN(LoopRerollLegacyPass, "loop-reroll", "Reroll loops",498 INITIALIZE_PASS_END(LoopRerollLegacyPass, "loop-reroll", "Reroll loops", false, in INITIALIZE_PASS_DEPENDENCY()501 Pass *llvm::createLoopRerollPass() { return new LoopRerollLegacyPass; } in INITIALIZE_PASS_DEPENDENCY()1705 bool LoopRerollLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()