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

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp517 /// getGlobalBasicBlockID - This returns the function-specific ID for the
520 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:ValueEnumerator
526 return getGlobalBasicBlockID(BB);

Completed in 168 milliseconds