Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp538 std::unique_ptr<Embedder> Emb = in run() local
540 if (!Emb) { in run()
547 Emb->getFunctionVector().print(OS); in run()
550 const auto &BBMap = Emb->getBBVecMap(); in run()
560 const auto &InstMap = Emb->getInstVecMap(); in run()