Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h130 using InstEmbeddingsMap = DenseMap<const Instruction *, Embedding>; variable
246 mutable InstEmbeddingsMap InstVecMap;
269 LLVM_ABI const InstEmbeddingsMap &getInstVecMap() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp156 const InstEmbeddingsMap &Embedder::getInstVecMap() const { in getInstVecMap()