Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.h127 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
DValueEnumerator.cpp486 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
492 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp946 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in WriteConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h232 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
DValueEnumerator.cpp1030 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1036 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp2442 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h222 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
DValueEnumerator.cpp994 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1000 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp2213 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()