Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3377 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct
3379 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() function
3411 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 …]