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

  /external/llvm/include/llvm/Transforms/Utils/
FunctionUtils.h 33 /// ExtractLoop - Rip out a natural loop into a new function.
35 Function* ExtractLoop(DominatorTree& DT, Loop *L,
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 10 // A pass wrapper around the ExtractLoop() scalar transformation to extract each
135 if (ExtractLoop(DT, L) != 0) {
  /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 129 /// ExtractLoop - Given a module, extract up to one loop from it into a new
132 Module *BugDriver::ExtractLoop(Module *M) {
Miscompilation.cpp 318 Module *ToOptimizeLoopExtracted = BD.ExtractLoop(ToOptimize);
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 786 /// ExtractLoop - Slurp a natural loop into a brand new function.
788 Function* llvm::ExtractLoop(DominatorTree &DT, Loop *L, bool AggregateArgs) {

Completed in 61 milliseconds