Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DValueEnumerator.h118 mutable DenseMap<const BasicBlock*, unsigned> GlobalBasicBlockIDs; variable
DValueEnumerator.cpp1133 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID()
1137 IncorporateFunctionInfoGlobalBBIDs(BB->getParent(), GlobalBasicBlockIDs); in getGlobalBasicBlockID()