Searched refs:ExtractLoop (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DBugDriver.h227 /// ExtractLoop - Given a module, extract up to one loop from it into a new
230 Module *ExtractLoop(Module *M);
H A DExtractFunction.cpp161 /// ExtractLoop - Given a module, extract up to one loop from it into a new
164 Module *BugDriver::ExtractLoop(Module *M) { function in class:BugDriver
H A DMiscompilation.cpp318 Module *ToOptimizeLoopExtracted = BD.ExtractLoop(ToOptimize);

Completed in 95 milliseconds