Searched refs:extractLoop (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp81 bool extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT);
210 return Changed | extractLoop(TLL, LI, DT);
232 Changed |= extractLoop(L, LI, DT);
239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { function in class:LoopExtractor
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h192 std::unique_ptr<Module> extractLoop(Module *M);
H A DExtractFunction.cpp150 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { function in class:BugDriver
H A DMiscompilation.cpp320 BD.extractLoop(ToOptimize.get());

Completed in 177 milliseconds