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

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h70 /// the "getGlobalBasicBlockID" method.
151 /// getGlobalBasicBlockID - This returns the function-specific ID for the
154 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
H A DValueEnumerator.cpp530 /// getGlobalBasicBlockID - This returns the function-specific ID for the
533 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:ValueEnumerator
539 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp1163 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));

Completed in 90 milliseconds