Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp52 cl::opt<float> ArgWeight("ir2vec-arg-weight", cl::Optional, cl::init(0.2), variable
144 OpcWeight(::OpcWeight), TypeWeight(::TypeWeight), ArgWeight(::ArgWeight) { in Embedder()
520 scaleVocabSection(ArgVocab, ArgWeight); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h64 LLVM_ABI extern cl::opt<float> ArgWeight;
240 const float OpcWeight, TypeWeight, ArgWeight; variable