Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10961 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
10962 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function
11480 struct AAPotentialValuesReturned : public AAPotentialValuesFloating {
11481 using Base = AAPotentialValuesFloating;
11732 struct AAPotentialValuesCallSiteArgument : AAPotentialValuesFloating {
11734 : AAPotentialValuesFloating(IRP, A) {} in AAPotentialValuesCallSiteArgument()