Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h169 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
DValueEnumerator.cpp537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in llvm_2_9_func::ValueEnumerator
543 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp1011 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h169 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
DValueEnumerator.cpp537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in llvm_2_9::ValueEnumerator
543 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp1013 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in WriteConstants()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h172 unsigned getGlobalBasicBlockID(const llvm::BasicBlock *BB) const;
DValueEnumerator.cpp537 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in llvm_3_2::ValueEnumerator
543 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp1043 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in WriteConstants()