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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 135 PIPE_OPERATOR(AAPotentialValues)
4622 if (askSimplifiedValueFor<AAPotentialValues>(A))
7501 struct AAPotentialValuesImpl : AAPotentialValues {
7505 : AAPotentialValues(IRP, A) {}
7522 : AAArgumentFromCallSiteArguments<AAPotentialValues, AAPotentialValuesImpl,
7525 AAArgumentFromCallSiteArguments<AAPotentialValues, AAPotentialValuesImpl,
7546 : AAReturnedFromReturnedValues<AAPotentialValues, AAPotentialValuesImpl> {
7548 AAReturnedFromReturnedValues<AAPotentialValues, AAPotentialValuesImpl>;
7586 LLVM_DEBUG(dbgs() << "[AAPotentialValues] We give up: "
7715 auto &LHSAA = A.getAAFor<AAPotentialValues>(*this, IRPosition::value(*LHS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 3576 /// AAPotentialValues.
3762 struct AAPotentialValues
3765 AAPotentialValues(const IRPosition &IRP, Attributor &A) : Base(IRP) {}
3774 static AAPotentialValues &createForPosition(const IRPosition &IRP,
3797 const std::string getName() const override { return "AAPotentialValues"; }
3803 /// AAPotentialValues

Completed in 34 milliseconds