Home
last modified time | relevance | path

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

/freebsd/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); 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
/freebsd/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) { in extractLoop() function in BugDriver
H A DMiscompilation.cpp320 BD.extractLoop(ToOptimize.get()); in ExtractLoops()