Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h232 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
H A DDXILValueEnumerator.cpp1134 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1140 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
H A DDXILBitcodeWriter.cpp2168 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h230 unsigned getGlobalBasicBlockID(const BasicBlock *BB) const;
H A DValueEnumerator.cpp1184 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const { in getGlobalBasicBlockID() function in ValueEnumerator
1190 return getGlobalBasicBlockID(BB); in getGlobalBasicBlockID()
H A DBitcodeWriter.cpp2860 Record.push_back(VE.getGlobalBasicBlockID(BA->getBasicBlock())); in writeConstants()