Searched refs:IgnoreSet (Results 1 – 9 of 9) sorted by relevance
16 const uptr IgnoreSet::kMaxSize;18 IgnoreSet::IgnoreSet() in IgnoreSet() function in __tsan::IgnoreSet22 void IgnoreSet::Add(StackID stack_id) { in Add()32 StackID IgnoreSet::At(uptr i) const { in At()
20 class IgnoreSet {22 IgnoreSet();
160 IgnoreSet mop_ignore_set;161 IgnoreSet sync_ignore_set;
61 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
186 IgnoreSet mop_ignore_set;187 IgnoreSet sync_ignore_set;
57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
11376 SmallSet<Value *, 4> IgnoreSet; in tryToReduce() local11378 IgnoreSet.insert(RdxOps.begin(), RdxOps.end()); in tryToReduce()11386 assert(IgnoreSet.count(U) && in tryToReduce()