Searched refs:AAKernelInfo (Results 1 – 1 of 1) sorted by relevance
3377 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct3379 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() function3411 static AAKernelInfo &createForPosition(const IRPosition &IRP, Attributor &A);3429 struct AAKernelInfoFunction : AAKernelInfo {3431 : AAKernelInfo(IRP, A) {} in AAKernelInfoFunction()3567 auto AddDependence = [](Attributor &A, const AAKernelInfo *KI, in initialize()3860 auto *CalleeAA = A.lookupAAFor<AAKernelInfo>( in insertInstructionGuardsHelper()4443 auto &CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()4464 auto &CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()4511 auto &CAA = A.getOrCreateAAFor<AAKernelInfo>( in updateReachingKernelEntries()[all …]