Searched refs:UpdateFlags (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 305 void handleMove(MachineInstr &MI, bool UpdateFlags = false); 316 bool UpdateFlags = false);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 981 bool UpdateFlags; member in LiveIntervals::HMEditor 986 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument 988 UpdateFlags(UpdateFlags) {} in HMEditor() 995 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI() 1505 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument 1517 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1522 bool UpdateFlags) { in handleMoveIntoNewBundle() argument 1540 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 151 s->UpdateFlags(flagz); in MutexPreLock() 179 s->UpdateFlags(flagz); in MutexPostLock() 275 s->UpdateFlags(flagz); in MutexPreReadLock() 295 s->UpdateFlags(flagz); in MutexPostReadLock()
|
| H A D | tsan_sync.h | 78 void UpdateFlags(u32 flagz) { in UpdateFlags() function
|