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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h68 /// the "getGlobalBasicBlockID" method.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
149 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
H A DValueEnumerator.cpp541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:llvm_2_9::ValueEnumerator
550 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp987 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h68 /// the "getGlobalBasicBlockID" method.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
149 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
H A DValueEnumerator.cpp541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:llvm_2_9_func::ValueEnumerator
550 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp941 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h68 /// the "getGlobalBasicBlockID" method.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
149 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
H A DValueEnumerator.cpp541 /// getGlobalBasicBlockID - This returns the function-specific ID for the
544 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:llvm_3_2::ValueEnumerator
550 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp999 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));

Completed in 2550 milliseconds