Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
DDXILValueEnumerator.h232 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
DDXILValueEnumerator.cpp1134 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1140 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DDXILBitcodeWriter.cpp2178 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h231 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.cpp2522 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h230 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
DValueEnumerator.cpp1132 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1138 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
DBitcodeWriter.cpp2734 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()