Searched defs:extractLoop (Results 1 – 2 of 2) sorted by relevance
239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() function in LoopExtractor
150 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver