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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h75 /// the "getGlobalBasicBlockID" method.
166 /// getGlobalBasicBlockID - This returns the function-specific ID for the
169 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
H A DValueEnumerator.cpp534 /// getGlobalBasicBlockID - This returns the function-specific ID for the
537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:llvm_2_9::ValueEnumerator
543 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp1013 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h75 /// the "getGlobalBasicBlockID" method.
166 /// getGlobalBasicBlockID - This returns the function-specific ID for the
169 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
H A DValueEnumerator.cpp534 /// getGlobalBasicBlockID - This returns the function-specific ID for the
537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:llvm_2_9_func::ValueEnumerator
543 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp1011 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h78 /// the "getGlobalBasicBlockID" method.
169 /// getGlobalBasicBlockID - This returns the function-specific ID for the
172 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
H A DValueEnumerator.cpp534 /// getGlobalBasicBlockID - This returns the function-specific ID for the
537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { function in class:llvm_3_2::ValueEnumerator
543 return getGlobalBasicBlockID(BB);
H A DBitcodeWriter.cpp1043 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock()));

Completed in 1012 milliseconds