Home
last modified time | relevance | path

Searched defs: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() argument
3662 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3664 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3668 void setConfigurationOfKernelEnvironment(ConstantStruct *ConfigC) { in setConfigurationOfKernelEnvironment()
3686 KERNEL_ENVIRONMENT_CONFIGURATION_SETTER(MayUseNestedParallelism) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3891 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3904 ChangeStatus manifest(Attributor &A) override { in manifest()
3941 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()
4164 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()
[all …]