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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp165 static ManagedStatic<std::vector<std::string>> RunPassNames; member in namespace:__anon2838
174 RunPassNames->push_back(PassName);
553 if (!RunPassNames->empty()) {
571 for (const std::string &RunPassName : *RunPassNames) {

Completed in 110 milliseconds