Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DBugDriver.h206 std::unique_ptr<Module> extractLoop(Module *M);
DExtractFunction.cpp152 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
DMiscompilation.cpp321 BD.extractLoop(ToOptimize.get()); in ExtractLoops()