Searched refs:Dirty (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h67 struct Dirty {
74 Dirty dirty_[kDirtyTids];
H A Dtsan_clock.cpp143 SyncClock::Dirty dirty = src->dirty_[i];
321 SyncClock::Dirty *dirty = &dst->dirty_[i];
345 SyncClock::Dirty dirty = src->dirty_[i];
447 Dirty *dirty = &dirty_[i];
550 Dirty dirty = dirty_[i];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp467 Dirty = false;
525 if (Dirty) {
540 Dirty = Dirty || Updates.size() > 10;
542 if (Dirty)
H A DRegAllocFast.cpp89 bool Dirty = false; ///< Register needs spill. member in struct:__anon4623::RegAllocFast::LiveReg
421 if (LR.Dirty) {
425 LR.Dirty = false;
579 return LRI->Dirty ? spillDirty : spillClean;
600 Cost += LRI->Dirty ? spillDirty : spillClean;
803 LRI->Dirty = true;
821 } else if (LRI->Dirty) {
993 if (LRI->Dirty)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h695 bool Dirty = false; member in class:llvm::SUnit::ScheduleDAGTopologicalSort
759 void MarkDirty() { Dirty = true; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp383 bool Dirty = true; member in struct:__anon5018::SIInsertWaitcnts::BlockInfo
1513 if (!BI.Dirty)
1531 BI.Dirty = false;
1539 SuccBI.Dirty = true;
1548 SuccBI.Dirty = true;

Completed in 113 milliseconds