Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp133 std::vector<std::string> LoopExtractPasses; in ExtractLoop() local
134 LoopExtractPasses.push_back("loop-extract-single"); in ExtractLoop()
136 Module *NewM = runPassesOn(M, LoopExtractPasses); in ExtractLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp153 std::vector<std::string> LoopExtractPasses; in extractLoop() local
154 LoopExtractPasses.push_back("loop-extract-single"); in extractLoop()
156 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()