Searched refs:extractLoop (Results 1 – 4 of 4) sorted by relevance
81 bool extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT);210 return Changed | extractLoop(TLL, LI, DT); in runOnFunction()232 Changed |= extractLoop(L, LI, DT); in extractLoops()239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() function in LoopExtractor
192 std::unique_ptr<Module> extractLoop(Module *M);
150 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
320 BD.extractLoop(ToOptimize.get()); in ExtractLoops()