Searched refs:ConstExprInsertBB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 56 BasicBlock *ConstExprInsertBB) { in getValueFwdRef() 69 Expected<Value *> MaybeV = MaterializeValueFn(Idx, ConstExprInsertBB); in getValueFwdRef() 57 getValueFwdRef(unsigned Idx,Type * Ty,unsigned TyID,BasicBlock * ConstExprInsertBB) getValueFwdRef() argument
|
H A D | ValueList.h | 87 BasicBlock *ConstExprInsertBB);
|
H A D | BitcodeReader.cpp | 745 BasicBlock *ConstExprInsertBB) { in getFnValueByID() argument 748 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID() 771 BasicBlock *ConstExprInsertBB) { in getValueTypePair() argument 781 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 791 ConstExprInsertBB); in getValueTypePair() 800 BasicBlock *ConstExprInsertBB) { in popValue() argument 801 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue() 811 BasicBlock *ConstExprInsertBB) { in getValue() argument 812 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue() 820 BasicBlock *ConstExprInsertBB) { in getValue() argument [all …]
|