Home
last modified time | relevance | path

Searched refs:UpdateFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveIntervals.cpp1000 bool UpdateFlags; member in LiveIntervals::HMEditor
1005 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
1007 UpdateFlags(UpdateFlags) {} in HMEditor()
1014 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1523 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1535 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1540 bool UpdateFlags) { in handleMoveIntoNewBundle() argument
1558 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_mutex.cpp151 s->UpdateFlags(flagz); in MutexPreLock()
179 s->UpdateFlags(flagz); in MutexPostLock()
275 s->UpdateFlags(flagz); in MutexPreReadLock()
295 s->UpdateFlags(flagz); in MutexPostReadLock()
HDtsan_sync.h78 void UpdateFlags(u32 flagz) { in UpdateFlags() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervals.h323 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
334 bool UpdateFlags = false);