Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10952 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
10953 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function
11464 struct AAPotentialValuesReturned : public AAPotentialValuesFloating {
11465 using Base = AAPotentialValuesFloating;
11716 struct AAPotentialValuesCallSiteArgument : AAPotentialValuesFloating {
11718 : AAPotentialValuesFloating(IRP, A) {} in AAPotentialValuesCallSiteArgument()