Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
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
/external/llvm/tools/bugpoint/
DBugDriver.h227 std::unique_ptr<Module> extractLoop(Module *M);
DExtractFunction.cpp154 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
DMiscompilation.cpp312 BD.extractLoop(ToOptimize); in ExtractLoops()
/external/llvm-project/llvm/tools/bugpoint/
DBugDriver.h205 std::unique_ptr<Module> extractLoop(Module *M);
DExtractFunction.cpp151 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
DMiscompilation.cpp320 BD.extractLoop(ToOptimize.get()); in ExtractLoops()