Searched refs:LoopExtractor (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LoopExtractor.cpp | 58 struct LoopExtractor { struct 59 explicit LoopExtractor( in LoopExtractor() function 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()
|
| H A D | CMakeLists.txt | 29 LoopExtractor.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
| H A D | BUILD.gn | 49 "LoopExtractor.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5589 llvm/include/llvm/Transforms/IPO/LoopExtractor.h
|