Lines Matching defs:AAKernelInfoFunction
3152 struct AAKernelInfoFunction : AAKernelInfo { struct
3153 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() function
3156 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3158 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3163 void initialize(Attributor &A) override { in initialize()
3314 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3327 ChangeStatus manifest(Attributor &A) override { in manifest()
3342 bool changeToSPMDMode(Attributor &A, ChangeStatus &Changed) { in changeToSPMDMode()
3664 ChangeStatus buildCustomStateMachine(Attributor &A) { in buildCustomStateMachine()
3985 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
4114 void updateReachingKernelEntries(Attributor &A, in updateReachingKernelEntries()
4142 void updateParallelLevels(Attributor &A) { in updateParallelLevels()