Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp84 bool extractLoops(Loop::iterator From, Loop::iterator To, LoopInfo &LI,
186 return Changed | extractLoops(LI.begin(), LI.end(), LI, DT); in runOnFunction()
222 return Changed | extractLoops(TLL->begin(), TLL->end(), LI, DT); in runOnFunction()
225 bool LoopExtractor::extractLoops(Loop::iterator From, Loop::iterator To, in extractLoops() function in LoopExtractor