Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h118 mutable DenseMap<const BasicBlock*, unsigned> GlobalBasicBlockIDs; variable
H A DValueEnumerator.cpp1168 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID()
1172 IncorporateFunctionInfoGlobalBBIDs(BB->getParent(), GlobalBasicBlockIDs); in getGlobalBasicBlockID()