Searched refs:findOptionMDForLoop (Results 1 – 4 of 4) sorted by relevance
551 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress()571 findOptionMDForLoop(this, "llvm.loop.parallel_accesses"); in isAnnotatedParallel()1043 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop() function in llvm1054 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in findStringMetadataForLoop()1069 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in getOptionalBoolLoopAttribute()
1328 MDNode *findOptionMDForLoop(const Loop *TheLoop, StringRef Name);
128 findOptionMDForLoop(L, "amdgpu.loop.unroll.threshold")) { in getUnrollingPreferences()
2827 if (MSSAU && !findOptionMDForLoop(&L, "llvm.loop.unswitch.partial.disable") && in collectUnswitchCandidates()