Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8555 struct AAPotentialValuesImpl : AAPotentialValues { struct
8558 AAPotentialValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialValuesImpl() function
8608 : AAReturnedFromReturnedValues<AAPotentialValues, AAPotentialValuesImpl> {
8610 AAReturnedFromReturnedValues<AAPotentialValues, AAPotentialValuesImpl>;
8620 struct AAPotentialValuesFloating : AAPotentialValuesImpl {
8622 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesFloating()
8626 AAPotentialValuesImpl::initialize(A); in initialize()
9118 struct AAPotentialValuesFunction : AAPotentialValuesImpl {
9120 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesFunction()
9148 AAPotentialValuesImpl>(IRP, A) {} in AAPotentialValuesCallSiteReturned()
[all …]