Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3152 struct AAKernelInfoFunction : AAKernelInfo { struct
3153 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument
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()
3664 ChangeStatus buildCustomStateMachine(Attributor &A) { in buildCustomStateMachine()
3985 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
4114 void updateReachingKernelEntries(Attributor &A, in updateReachingKernelEntries()
[all …]