Searched refs:AANoUndefImpl (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 9990 struct AANoUndefImpl : AANoUndef { struct 9991 AANoUndefImpl(const IRPosition &IRP, Attributor &A) : AANoUndef(IRP, A) {} in AANoUndefImpl() function 10055 struct AANoUndefFloating : public AANoUndefImpl { 10057 : AANoUndefImpl(IRP, A) {} in AANoUndefFloating() 10061 AANoUndefImpl::initialize(A); in initialize() 10103 : AAReturnedFromReturnedValues<AANoUndef, AANoUndefImpl> { 10105 : AAReturnedFromReturnedValues<AANoUndef, AANoUndefImpl>(IRP, A) {} in AANoUndefReturned() 10112 : AAArgumentFromCallSiteArguments<AANoUndef, AANoUndefImpl> { 10114 : AAArgumentFromCallSiteArguments<AANoUndef, AANoUndefImpl>(IRP, A) {} in AANoUndefArgument() 10129 : AACallSiteReturnedFromReturned<AANoUndef, AANoUndefImpl> { [all …]
|