Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DValueEnumerator.h230 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
DValueEnumerator.cpp1132 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1138 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp2734 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()