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 795 /// getGlobalBasicBlockID - This returns the function-specific ID for the
798 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
804 return getGlobalBasicBlockID(BB);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 534 /// getGlobalBasicBlockID - This returns the function-specific ID for the
537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
543 return getGlobalBasicBlockID(BB);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 534 /// getGlobalBasicBlockID - This returns the function-specific ID for the
537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
543 return getGlobalBasicBlockID(BB);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 534 /// getGlobalBasicBlockID - This returns the function-specific ID for the
537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
543 return getGlobalBasicBlockID(BB);

Completed in 126 milliseconds