Home
last modified time | relevance | path

Searched defs:ExtractLoop (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp132 Module *BugDriver::ExtractLoop(Module *M) { in ExtractLoop() function in BugDriver
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp788 Function* llvm::ExtractLoop(DominatorTree &DT, Loop *L, bool AggregateArgs) { in ExtractLoop() function in llvm