Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h279 LLVM_ABI const Embedding &getBBVector(const BasicBlock &BB) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp213 const auto &BBEmbedding = Embedder->getBBVector(BB); in updateForBB()
H A DIR2Vec.cpp168 const Embedding &Embedder::getBBVector(const BasicBlock &BB) const { in getBBVector() function in Embedder