Searched defs:AAKernelInfoFunction (Results 1 – 1 of 1) sorted by relevance
3429 struct AAKernelInfoFunction : AAKernelInfo { struct3430 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument3433 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 …]