Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2851 struct AANonConvergentImpl : public AANonConvergent { struct
2852 AANonConvergentImpl(const IRPosition &IRP, Attributor &A) in AANonConvergentImpl() function
2861 struct AANonConvergentFunction final : AANonConvergentImpl {
2863 : AANonConvergentImpl(IRP, A) {} in AANonConvergentFunction()