Home
last modified time | relevance | path

Searched defs:extractLoop (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() function in LoopExtractor
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp154 std::unique_ptr<Module> BugDriver::extractLoop(Module *M) { in extractLoop() function in BugDriver