Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10165 struct AANoUndefImpl : AANoUndef { struct
10166 AANoUndefImpl(const IRPosition &IRP, Attributor &A) : AANoUndef(IRP, A) {} in AANoUndefImpl() function
10220 struct AANoUndefFloating : public AANoUndefImpl {
10222 : AANoUndefImpl(IRP, A) {} in AANoUndefFloating()
10226 AANoUndefImpl::initialize(A); in initialize()
10275 : AAReturnedFromReturnedValues<AANoUndef, AANoUndefImpl> {
10277 : AAReturnedFromReturnedValues<AANoUndef, AANoUndefImpl>(IRP, A) {} in AANoUndefReturned()
10284 : AAArgumentFromCallSiteArguments<AANoUndef, AANoUndefImpl> {
10286 : AAArgumentFromCallSiteArguments<AANoUndef, AANoUndefImpl>(IRP, A) {} in AANoUndefArgument()
10301 : AACalleeToCallSite<AANoUndef, AANoUndefImpl> {
[all …]