Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp214 std::vector<std::string> &getRunPassNames() { in getRunPassNames() function
226 getRunPassNames().push_back(std::string(PassName)); in operator =()
361 if (!PassPipeline.empty() && !getRunPassNames().empty()) { in main()
682 if (!getRunPassNames().empty()) { in compileModule()
704 for (const std::string &RunPassName : getRunPassNames()) { in compileModule()