Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() argument
133 return LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, LookupACT) in runOnModule()
138 bool LoopExtractor::runOnModule(Module &M) { in runOnModule()
166 bool LoopExtractor::runOnFunction(Function &F) { in runOnFunction()
225 bool LoopExtractor::extractLoops(Loop::iterator From, Loop::iterator To, in extractLoops()
244 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop()
277 if (!LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, in run()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1496 SRCS_MIN+= Transforms/IPO/LoopExtractor.cpp