Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDBugDriver.h205 std::unique_ptr<Module> extractLoop(Module *M);
HDExtractFunction.cpp151 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
HDMiscompilation.cpp320 BD.extractLoop(ToOptimize.get()); in ExtractLoops()