AllowFiles ("sbvec-allow-files", cl::init(".*"), cl::Hidden, cl::desc("Run the vectorizer only on file paths that match any in the " "list of comma-separated regex's."))
cl::opt< std::string > AllowFiles("sbvec-allow-files", cl::init(".*"), cl::Hidden, cl::desc("Run the vectorizer only on file paths that match any in the " "list of comma-separated regex's."))
(
"sbvec-allow-files"
,
cl::init(".*")
,
cl::Hidden
,
cl::desc("Run the vectorizer only on file paths that match any in the " "list of comma-separated regex's.")
cl::opt< std::string > UserDefinedPassPipeline("sbvec-passes", cl::init(DefaultPipelineMagicStr), cl::Hidden, cl::desc("Comma-separated list of vectorizer passes. If not set " "we run the predefined pipeline.")) ( "sbvec-passes" , cl::init(DefaultPipelineMagicStr) , cl::Hidden , cl::desc("Comma-separated list of vectorizer passes. If not set " "we run the predefined pipeline.") )