Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10753 struct AAPotentialValuesImpl : AAPotentialValues { struct
10756 AAPotentialValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialValuesImpl() argument
10952 struct AAPotentialValuesFloating : AAPotentialValuesImpl {
10954 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesFloating()
11391 struct AAPotentialValuesArgument final : AAPotentialValuesImpl {
11392 using Base = AAPotentialValuesImpl;
11599 struct AAPotentialValuesFunction : AAPotentialValuesImpl {
11601 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesFunction()
11625 struct AAPotentialValuesCallSiteReturned : AAPotentialValuesImpl {
11627 : AAPotentialValuesImpl(IRP, A) {} in AAPotentialValuesCallSiteReturned()