Searched refs:ConstExprInsertBB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 56 BasicBlock *ConstExprInsertBB) { in getValueFwdRef() argument 69 Expected<Value *> MaybeV = MaterializeValueFn(Idx, ConstExprInsertBB); in getValueFwdRef()
|
| H A D | ValueList.h | 87 BasicBlock *ConstExprInsertBB);
|
| H A D | BitcodeReader.cpp | 719 BasicBlock *ConstExprInsertBB) { in getFnValueByID() argument 722 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID() 745 BasicBlock *ConstExprInsertBB) { in getValueTypePair() argument 755 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 765 ConstExprInsertBB); in getValueTypePair() 774 BasicBlock *ConstExprInsertBB) { in popValue() argument 785 BasicBlock *ConstExprInsertBB) { in getValue() argument 794 BasicBlock *ConstExprInsertBB) { in getValue() argument 800 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValue() 806 BasicBlock *ConstExprInsertBB) { in getValueSigned() argument [all …]
|