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.cpp3661 struct AAKernelInfoFunction : AAKernelInfo { struct
3662 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument
3665 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3667 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3671 void setConfigurationOfKernelEnvironment(ConstantStruct *ConfigC) { in setConfigurationOfKernelEnvironment()
3689 KERNEL_ENVIRONMENT_CONFIGURATION_SETTER(MayUseNestedParallelism) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3899 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3912 ChangeStatus manifest(Attributor &A) override { in manifest()
3949 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()
4172 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()
[all …]