Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp49 cl::opt<float> TypeWeight("ir2vec-type-weight", cl::Optional, cl::init(0.5), variable
144 OpcWeight(::OpcWeight), TypeWeight(::TypeWeight), ArgWeight(::ArgWeight) { in Embedder()
519 scaleVocabSection(TypeVocab, TypeWeight); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h63 LLVM_ABI extern cl::opt<float> TypeWeight;
240 const float OpcWeight, TypeWeight, ArgWeight; variable