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();
190 IgnoreSet mop_ignore_set;191 IgnoreSet sync_ignore_set;
57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
22881 SmallSet<Value *, 4> IgnoreSet; in tryToReduce() local22883 IgnoreSet.insert_range(RdxOps); in tryToReduce()22891 assert(IgnoreSet.count(U) && in tryToReduce()