Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp86 bool extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT);
215 return Changed | extractLoop(TLL, LI, DT); in runOnFunction()
237 Changed |= extractLoop(L, LI, DT); in extractLoops()
244 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() function in LoopExtractor
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.h205 std::unique_ptr<Module> extractLoop(Module *M);
H A DExtractFunction.cpp151 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
H A DMiscompilation.cpp320 BD.extractLoop(ToOptimize.get()); in ExtractLoops()