Home
last modified time | relevance | path

Searched refs:IgnoreSet (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_ignoreset.cpp16 const uptr IgnoreSet::kMaxSize;
18 IgnoreSet::IgnoreSet() in IgnoreSet() function in __tsan::IgnoreSet
22 void IgnoreSet::Add(StackID stack_id) { in Add()
32 StackID IgnoreSet::At(uptr i) const { in At()
H A Dtsan_ignoreset.h20 class IgnoreSet {
22 IgnoreSet();
H A Dtsan_rtl.h160 IgnoreSet mop_ignore_set;
161 IgnoreSet sync_ignore_set;
H A Dtsan_rtl_thread.cpp61 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp16 const uptr IgnoreSet::kMaxSize;
18 IgnoreSet::IgnoreSet() in IgnoreSet() function in __tsan::IgnoreSet
22 void IgnoreSet::Add(StackID stack_id) { in Add()
32 StackID IgnoreSet::At(uptr i) const { in At()
H A Dtsan_ignoreset.h20 class IgnoreSet {
22 IgnoreSet();
H A Dtsan_rtl.h186 IgnoreSet mop_ignore_set;
187 IgnoreSet sync_ignore_set;
H A Dtsan_rtl_thread.cpp57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11376 SmallSet<Value *, 4> IgnoreSet; in tryToReduce() local
11378 IgnoreSet.insert(RdxOps.begin(), RdxOps.end()); in tryToReduce()
11386 assert(IgnoreSet.count(U) && in tryToReduce()