Searched refs:getCallBaseContext (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 267 IRPosition::function(*IRP.getAnchorScope(), IRP.getCallBaseContext()), in genericValueTraversal() 480 PropagateCallBaseContext ? this->getCallBaseContext() : nullptr); in updateImpl() 544 const CallBase *CBContext = Pos.getCallBaseContext(); in getArgumentStateFromCallBaseContext() 1092 IRPosition RetValPos = IRPosition::value(RV, getCallBaseContext()); in updateImpl() 4564 IRPosition::value(QueryingValue, QueryingAA.getCallBaseContext()), in checkAndUpdate() 4734 AbstractCallSite(&getCallBaseContext()->getCalledOperandUse())); in updateImpl() 4911 *this, IRPosition::value(V, getCallBaseContext()), in updateImpl() 7276 *this, IRPosition::value(*LHS, getCallBaseContext()), in calculateBinaryOperator() 7282 *this, IRPosition::value(*RHS, getCallBaseContext()), in calculateBinaryOperator() 7307 *this, IRPosition::value(OpV, getCallBaseContext()), in calculateCastInst() [all …]
|
| H A D | Attributor.cpp | 550 AA, IRPosition::value(V, AA.getCallBaseContext()), DepClassTy::NONE); in getAssumedConstant() 628 QueryingAA ? QueryingAA->getCallBaseContext() : nullptr; in isAssumedDead() 907 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues() 2253 OS << "[cb_context:" << *Pos.getCallBaseContext() << "]"; in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 560 const CallBaseContext *getCallBaseContext() const { return CBContext; } in getCallBaseContext() function 722 (DenseMapInfo<Value *>::getHashValue(IRP.getCallBaseContext()));
|