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.cpp3661 struct AAKernelInfoFunction : AAKernelInfo { struct
3662 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument
4138 auto &CalleeAAFunction = *cast<AAKernelInfoFunction>(CalleeAA); in insertInstructionGuardsHelper()
4639 AAKernelInfoFunction &AA; in updateImpl()
4641 UpdateKernelEnvCRAII(AAKernelInfoFunction &AA) : AA(AA) {} in updateImpl()
5692 AA = new (A.Allocator) AAKernelInfoFunction(IRP, A); in createForPosition()