Searched refs:AANoUndefImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 10245 struct AANoUndefImpl : AANoUndef { struct 10246 AANoUndefImpl(const IRPosition &IRP, Attributor &A) : AANoUndef(IRP, A) {} in AANoUndefImpl() function 10300 struct AANoUndefFloating : public AANoUndefImpl { 10302 : AANoUndefImpl(IRP, A) {} in AANoUndefFloating() 10306 AANoUndefImpl::initialize(A); in initialize() 10355 : AAReturnedFromReturnedValues<AANoUndef, AANoUndefImpl> { 10357 : AAReturnedFromReturnedValues<AANoUndef, AANoUndefImpl>(IRP, A) {} in AANoUndefReturned() 10364 : AAArgumentFromCallSiteArguments<AANoUndef, AANoUndefImpl> { 10366 : AAArgumentFromCallSiteArguments<AANoUndef, AANoUndefImpl>(IRP, A) {} in AANoUndefArgument() 10381 : AACalleeToCallSite<AANoUndef, AANoUndefImpl> { [all …]
|