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 529 /// getGlobalBasicBlockID - This returns the function-specific ID for the
532 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
538 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 531 /// getGlobalBasicBlockID - This returns the function-specific ID for the
534 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
540 return getGlobalBasicBlockID(BB);

Completed in 215 milliseconds