Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3604 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct
3606 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument
3643 static AAKernelInfo &createForPosition(const IRPosition &IRP, Attributor &A);
3661 struct AAKernelInfoFunction : AAKernelInfo {
3663 : AAKernelInfo(IRP, A) {} in AAKernelInfoFunction()
3828 auto AddDependence = [](Attributor &A, const AAKernelInfo *KI, in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
4134 auto *CalleeAA = A.lookupAAFor<AAKernelInfo>( in insertInstructionGuardsHelper()
4731 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4752 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4801 auto *CAA = A.getOrCreateAAFor<AAKernelInfo>( in updateReachingKernelEntries()
[all …]