Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp352 StringRef Key, const json::Value &ParsedVocabValue, VocabMap &TargetVocab, in parseVocabSection() argument
365 if (!json::fromJSON(*SectionValue, TargetVocab, Path)) in parseVocabSection()
370 Dim = TargetVocab.begin()->second.size(); in parseVocabSection()
376 if (!std::all_of(TargetVocab.begin(), TargetVocab.end(), in parseVocabSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h313 VocabMap &TargetVocab, unsigned &Dim);