Searched refs:IgnoreSet (Results 1 – 5 of 5) 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();
187 IgnoreSet mop_ignore_set;188 IgnoreSet sync_ignore_set;
57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
12862 SmallSet<Value *, 4> IgnoreSet; in tryToReduce() local12864 IgnoreSet.insert(RdxOps.begin(), RdxOps.end()); in tryToReduce()12872 assert(IgnoreSet.count(U) && in tryToReduce()