Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp157 if (InstVecMap.empty()) in getInstVecMap()
159 return InstVecMap; in getInstVecMap()
193 InstVecMap[&I] = InstVector; in computeEmbeddings()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h246 mutable InstEmbeddingsMap InstVecMap; variable