Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp58 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 DCMakeLists.txt29 LoopExtractor.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn49 "LoopExtractor.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5589 llvm/include/llvm/Transforms/IPO/LoopExtractor.h