Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDLoopExtractor.cpp81 bool extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT);
210 return Changed | extractLoop(TLL, LI, DT); in runOnFunction()
232 Changed |= extractLoop(L, LI, DT); in extractLoops()
239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() function in LoopExtractor
/freebsd-14-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDBugDriver.h192 std::unique_ptr<Module> extractLoop(Module *M);
HDExtractFunction.cpp150 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver
HDMiscompilation.cpp320 BD.extractLoop(ToOptimize.get()); in ExtractLoops()