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

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 64 /// the "getGlobalBasicBlockID" method.
142 /// getGlobalBasicBlockID - This returns the function-specific ID for the
145 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
ValueEnumerator.cpp 529 /// getGlobalBasicBlockID - This returns the function-specific ID for the
532 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
538 return getGlobalBasicBlockID(BB);
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 68 /// the "getGlobalBasicBlockID" method.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
149 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
ValueEnumerator.cpp 541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
550 return getGlobalBasicBlockID(BB);
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 68 /// the "getGlobalBasicBlockID" method.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
149 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
ValueEnumerator.cpp 541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
550 return getGlobalBasicBlockID(BB);
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 68 /// the "getGlobalBasicBlockID" method.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
149 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
ValueEnumerator.cpp 531 /// getGlobalBasicBlockID - This returns the function-specific ID for the
534 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
540 return getGlobalBasicBlockID(BB);
BitcodeWriter.cpp     [all...]

Completed in 576 milliseconds