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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h117 /// GlobalBasicBlockIDs - This map memoizes the basic block ID's referenced by
119 mutable DenseMap<const BasicBlock*, unsigned> GlobalBasicBlockIDs; member in class:llvm::ValueEnumerator
H A DValueEnumerator.cpp1031 unsigned &Idx = GlobalBasicBlockIDs[BB];
1035 IncorporateFunctionInfoGlobalBBIDs(BB->getParent(), GlobalBasicBlockIDs);

Completed in 98 milliseconds