Home
last modified time | relevance | path

Searched refs:ExtractLoop (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DFunctionUtils.h35 Function* ExtractLoop(DominatorTree& DT, Loop *L,
/external/llvm/tools/bugpoint/
DBugDriver.h230 Module *ExtractLoop(Module *M);
DExtractFunction.cpp164 Module *BugDriver::ExtractLoop(Module *M) { in ExtractLoop() function in BugDriver
DMiscompilation.cpp318 Module *ToOptimizeLoopExtracted = BD.ExtractLoop(ToOptimize); in ExtractLoops()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp135 if (ExtractLoop(DT, L) != 0) { in runOnLoop()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp789 Function* llvm::ExtractLoop(DominatorTree &DT, Loop *L, bool AggregateArgs) { in ExtractLoop() function in llvm