HomeSort by: relevance | last modified time | path
    Searched refs:getCallBaseContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 267 IRPosition::function(*IRP.getAnchorScope(), IRP.getCallBaseContext()),
480 PropagateCallBaseContext ? this->getCallBaseContext() : nullptr);
544 const CallBase *CBContext = Pos.getCallBaseContext();
1092 IRPosition RetValPos = IRPosition::value(RV, getCallBaseContext());
4564 IRPosition::value(QueryingValue, QueryingAA.getCallBaseContext()),
4734 AbstractCallSite(&getCallBaseContext()->getCalledOperandUse()));
4911 *this, IRPosition::value(V, getCallBaseContext()),
7276 *this, IRPosition::value(*LHS, getCallBaseContext()),
7282 *this, IRPosition::value(*RHS, getCallBaseContext()),
7307 *this, IRPosition::value(OpV, getCallBaseContext()),
    [all...]
Attributor.cpp 550 AA, IRPosition::value(V, AA.getCallBaseContext()), DepClassTy::NONE);
628 QueryingAA ? QueryingAA->getCallBaseContext() : nullptr;
907 *AssociatedFunction, QueryingAA.getCallBaseContext());
2253 OS << "[cb_context:" << *Pos.getCallBaseContext() << "]";
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 560 const CallBaseContext *getCallBaseContext() const { return CBContext; }
722 (DenseMapInfo<Value *>::getHashValue(IRP.getCallBaseContext()));

Completed in 53 milliseconds