Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3659 struct AAKernelInfoFunction : AAKernelInfo { struct
3660 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() function
4129 auto &CalleeAAFunction = *cast<AAKernelInfoFunction>(CalleeAA); in insertInstructionGuardsHelper()
4636 AAKernelInfoFunction &AA; in updateImpl()
4638 UpdateKernelEnvCRAII(AAKernelInfoFunction &AA) : AA(AA) {} in updateImpl()
5686 AA = new (A.Allocator) AAKernelInfoFunction(IRP, A); in createForPosition()