Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DFunctionUtils.h35 Function* ExtractLoop(DominatorTree& DT, Loop *L,
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.h230 Module *ExtractLoop(Module *M);
DExtractFunction.cpp132 Module *BugDriver::ExtractLoop(Module *M) { in ExtractLoop() function in BugDriver
DMiscompilation.cpp318 Module *ToOptimizeLoopExtracted = BD.ExtractLoop(ToOptimize); in ExtractLoops()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp135 if (ExtractLoop(DT, L) != 0) { in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp788 Function* llvm::ExtractLoop(DominatorTree &DT, Loop *L, bool AggregateArgs) { in ExtractLoop() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DPasses.rst771 A pass wrapper around the ``ExtractLoop()`` scalar transformation to extract
/external/llvm/docs/
DPasses.rst754 A pass wrapper around the ``ExtractLoop()`` scalar transformation to extract