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.cpp3601 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct
3603 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument
3640 static AAKernelInfo &createForPosition(const IRPosition &IRP, Attributor &A);
3658 struct AAKernelInfoFunction : AAKernelInfo {
3660 : AAKernelInfo(IRP, A) {} in AAKernelInfoFunction()
3820 auto AddDependence = [](Attributor &A, const AAKernelInfo *KI, in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
4126 auto *CalleeAA = A.lookupAAFor<AAKernelInfo>( in insertInstructionGuardsHelper()
4729 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4750 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4799 auto *CAA = A.getOrCreateAAFor<AAKernelInfo>( in updateReachingKernelEntries()
[all …]