Home
last modified time | relevance | path

Searched refs:AAPotentialValuesImpl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9806 struct AAPotentialValuesImpl : AAPotentialValues { struct
9809 AAPotentialValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialValuesImpl() function
9997 struct AAPotentialValuesFloating : AAPotentialValuesImpl {
9999 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesFloating()
10359 struct AAPotentialValuesArgument final : AAPotentialValuesImpl {
10360 using Base = AAPotentialValuesImpl;
10436 AAReturnedFromReturnedValues<AAPotentialValues, AAPotentialValuesImpl>;
10464 struct AAPotentialValuesFunction : AAPotentialValuesImpl {
10466 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesFunction()
10490 struct AAPotentialValuesCallSiteReturned : AAPotentialValuesImpl {
[all …]