HomeSort by relevance Sort by last modified time
    Searched defs:getGlobalBasicBlockID (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 530 /// getGlobalBasicBlockID - This returns the function-specific ID for the
533 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
539 return getGlobalBasicBlockID(BB);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
550 return getGlobalBasicBlockID(BB);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
550 return getGlobalBasicBlockID(BB);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
550 return getGlobalBasicBlockID(BB);

Completed in 275 milliseconds