Searched refs:getCallBaseContext (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 519 PropagateCallBaseContext ? this->getCallBaseContext() : nullptr); in updateImpl() 583 const CallBase *CBContext = Pos.getCallBaseContext(); in getArgumentStateFromCallBaseContext() 5360 getCallBaseContext()->getCalledFunction() == Arg->getParent()) in updateImpl() 5399 IRPosition::value(V, getCallBaseContext())); in updateImpl() 5610 *this, IRPosition::value(V, getCallBaseContext()), in updateImpl() 8285 *this, IRPosition::value(*LHS, getCallBaseContext()), in calculateBinaryOperator() 8291 *this, IRPosition::value(*RHS, getCallBaseContext()), in calculateBinaryOperator() 8328 *this, IRPosition::value(*OpV, getCallBaseContext()), in calculateCastInst() 8368 *this, IRPosition::value(*LHS, getCallBaseContext()), in calculateCmpInst() 8372 *this, IRPosition::value(*RHS, getCallBaseContext()), in calculateCmpInst() [all …]
|
| H A D | Attributor.cpp | 907 QueryingAA ? QueryingAA->getCallBaseContext() : nullptr; in isAssumedDead() 1220 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues() 2700 OS << "[cb_context:" << *Pos.getCallBaseContext() << "]"; in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 632 const CallBaseContext *getCallBaseContext() const { return CBContext; } in getCallBaseContext() function 794 (DenseMapInfo<Value *>::getHashValue(IRP.getCallBaseContext()));
|