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

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 129 /// ExtractLoop - Given a module, extract up to one loop from it into a new
132 Module *BugDriver::ExtractLoop(Module *M) {
  /external/swiftshader/third_party/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 87 milliseconds