HomeSort by relevance Sort by last modified time
    Searched refs:ExtractLoop (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
BugDriver.h 227 /// ExtractLoop - Given a module, extract up to one loop from it into a new
230 Module *ExtractLoop(Module *M);
ExtractFunction.cpp 162 /// ExtractLoop - Given a module, extract up to one loop from it into a new
165 Module *BugDriver::ExtractLoop(Module *M) {
Miscompilation.cpp 319 Module *ToOptimizeLoopExtracted = BD.ExtractLoop(ToOptimize);
    [all...]

Completed in 88 milliseconds