Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp180 static ManagedStatic<std::vector<std::string>> RunPassNames; variable
189 RunPassNames->push_back(std::string(PassName)); in operator =()
634 if (!RunPassNames->empty()) { in compileModule()
652 for (const std::string &RunPassName : *RunPassNames) { in compileModule()