Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/bugpoint/
DExtractFunction.cpp152 std::vector<std::string> LoopExtractPasses; in extractLoop() local
153 LoopExtractPasses.push_back("loop-extract-single"); in extractLoop()
155 std::unique_ptr<Module> NewM = runPassesOn(M, LoopExtractPasses); in extractLoop()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp155 std::vector<std::string> LoopExtractPasses; in extractLoop() local
156 LoopExtractPasses.push_back("loop-extract-single"); in extractLoop()
158 std::unique_ptr<Module> NewM = runPassesOn(M, LoopExtractPasses); in extractLoop()