Searched refs:ExtractLoop (Results 1 – 8 of 8) sorted by relevance
35 Function* ExtractLoop(DominatorTree& DT, Loop *L,
230 Module *ExtractLoop(Module *M);
132 Module *BugDriver::ExtractLoop(Module *M) { in ExtractLoop() function in BugDriver
318 Module *ToOptimizeLoopExtracted = BD.ExtractLoop(ToOptimize); in ExtractLoops()
135 if (ExtractLoop(DT, L) != 0) { in runOnLoop()
788 Function* llvm::ExtractLoop(DominatorTree &DT, Loop *L, bool AggregateArgs) { in ExtractLoop() function in llvm
771 A pass wrapper around the ``ExtractLoop()`` scalar transformation to extract
754 A pass wrapper around the ``ExtractLoop()`` scalar transformation to extract