InlineRemarkAttribute ("inline-remark-attribute", cl::init(false), cl::Hidden, cl::desc("Enable adding inline-remark attribute to" " callsites processed by inliner but decided" " to be not inlined"))
Flag to add inline messages as callsite attributes 'inline-remark'.
IR2VecVocabFile ("ml-inliner-ir2vec-vocab-file", cl::Hidden, cl::desc("Vocab filefor IR2Vec; Setting this enables " "configuring the model to use IR2Vec embeddings."))
cl::opt< int > InlineDeferralScale("inline-deferral-scale", cl::desc("Scale to limit the cost of inline deferral"), cl::init(2), cl::Hidden) ( "inline-deferral-scale" , cl::desc("Scale to limit the cost of inline deferral") , cl::init(2) , cl::Hidden )
cl::opt< bool > InlineRemarkAttribute("inline-remark-attribute", cl::init(false), cl::Hidden, cl::desc("Enable adding inline-remark attribute to" " callsites processed by inliner but decided" " to be not inlined")) ( "inline-remark-attribute" , cl::init(false) , cl::Hidden , cl::desc("Enable adding inline-remark attribute to" " callsites processed by inliner but decided" " to be not inlined") )
cl::opt< std::string > IR2VecVocabFile("ml-inliner-ir2vec-vocab-file", cl::Hidden, cl::desc("Vocab filefor IR2Vec; Setting this enables " "configuring the model to use IR2Vec embeddings.")) ( "ml-inliner-ir2vec-vocab-file" , cl::Hidden , cl::desc("Vocab filefor IR2Vec; Setting this enables " "configuring the model to use IR2Vec embeddings.") )