Home
last modified time | relevance | path

Searched defs: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
3663 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3665 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3892 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3905 ChangeStatus manifest(Attributor &A) override { in manifest()
3942 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()
4163 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()
4628 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
4791 void updateReachingKernelEntries(Attributor &A, in updateReachingKernelEntries()
[all …]