Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3658 struct AAKernelInfoFunction : AAKernelInfo { struct
3659 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() function
4130 auto &CalleeAAFunction = *cast<AAKernelInfoFunction>(CalleeAA); in insertInstructionGuardsHelper()
4637 AAKernelInfoFunction &AA; in updateImpl()
4639 UpdateKernelEnvCRAII(AAKernelInfoFunction &AA) : AA(AA) {} in updateImpl()
5687 AA = new (A.Allocator) AAKernelInfoFunction(IRP, A); in createForPosition()