Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp46 cl::opt<float> OpcWeight("ir2vec-opc-weight", cl::Optional, cl::init(1.0), variable
144 OpcWeight(::OpcWeight), TypeWeight(::TypeWeight), ArgWeight(::ArgWeight) { in Embedder()
518 scaleVocabSection(OpcVocab, OpcWeight); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h62 LLVM_ABI extern cl::opt<float> OpcWeight;
240 const float OpcWeight, TypeWeight, ArgWeight; variable