Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp152 static ManagedStatic<std::vector<std::string>> RunPassNames; variable
161 RunPassNames->push_back(PassName); in operator =()
542 if (!RunPassNames->empty()) { in compileModule()
560 for (const std::string &RunPassName : *RunPassNames) { in compileModule()