Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h187 IgnoreSet mop_ignore_set;
188 IgnoreSet sync_ignore_set;
H A Dtsan_rtl_thread.cpp57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12862 SmallSet<Value *, 4> IgnoreSet; in tryToReduce() local
12864 IgnoreSet.insert(RdxOps.begin(), RdxOps.end()); in tryToReduce()
12872 assert(IgnoreSet.count(U) && in tryToReduce()