Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp79 bool extractLoops(Loop::iterator From, Loop::iterator To, LoopInfo &LI,
181 return Changed | extractLoops(LI.begin(), LI.end(), LI, DT); in runOnFunction()
217 return Changed | extractLoops(TLL->begin(), TLL->end(), LI, DT); in runOnFunction()
220 bool LoopExtractor::extractLoops(Loop::iterator From, Loop::iterator To, in extractLoops() function in LoopExtractor