Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp163 if (BBVecMap.empty()) in getBBVecMap()
165 return BBVecMap; in getBBVecMap()
169 auto It = BBVecMap.find(&BB); in getBBVector()
170 if (It != BBVecMap.end()) in getBBVector()
173 return BBVecMap[&BB]; in getBBVector()
196 BBVecMap[&BB] = BBVector; in computeEmbeddings()
206 FuncVector += BBVecMap[BB]; in computeEmbeddings()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h245 mutable BBEmbeddingsMap BBVecMap; variable