Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11030 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
11031 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function
11542 struct AAPotentialValuesReturned : public AAPotentialValuesFloating {
11543 using Base = AAPotentialValuesFloating;
11771 struct AAPotentialValuesCallSiteArgument : AAPotentialValuesFloating {
11773 : AAPotentialValuesFloating(IRP, A) {} in AAPotentialValuesCallSiteArgument()