Searched refs:ConstExprInsertBB (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 52 BasicBlock *ConstExprInsertBB) { in getValueFwdRef() argument 65 Expected<Value *> MaybeV = MaterializeValueFn(Idx, ConstExprInsertBB); in getValueFwdRef()
|
| H A D | ValueList.h | 87 BasicBlock *ConstExprInsertBB);
|
| H A D | BitcodeReader.cpp | 730 BasicBlock *ConstExprInsertBB) { in getFnValueByID() argument 733 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID() 756 BasicBlock *ConstExprInsertBB) { in getValueTypePair() argument 766 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 776 ConstExprInsertBB); in getValueTypePair() 782 BasicBlock *ConstExprInsertBB) { in getValueOrMetadata() argument 789 ConstExprInsertBB); in getValueOrMetadata() 803 BasicBlock *ConstExprInsertBB) { in popValue() argument 804 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue() 814 BasicBlock *ConstExprInsertBB) { in getValue() argument [all …]
|