Searched refs:LoopExtractor (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 58 struct LoopExtractor { struct 59 explicit LoopExtractor( in LoopExtractor() argument 128 return LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, LookupACT) in runOnModule() 133 bool LoopExtractor::runOnModule(Module &M) { in runOnModule() 161 bool LoopExtractor::runOnFunction(Function &F) { in runOnFunction() 220 bool LoopExtractor::extractLoops(Loop::iterator From, Loop::iterator To, in extractLoops() 239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() 272 if (!LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, in run()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1754 SRCS_MIN+= Transforms/IPO/LoopExtractor.cpp
|