Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3429 struct AAKernelInfoFunction : AAKernelInfo { struct
3430 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument
3433 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3435 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3440 void initialize(Attributor &A) override { in initialize()
3638 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3651 ChangeStatus manifest(Attributor &A) override { in manifest()
3677 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()
3898 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()
3950 bool changeToSPMDMode(Attributor &A, ChangeStatus &Changed) { in changeToSPMDMode()
[all …]