Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
322 bool UpdateFlags = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp992 bool UpdateFlags; member in LiveIntervals::HMEditor
997 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
999 UpdateFlags(UpdateFlags) {} in HMEditor()
1006 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1512 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1524 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1529 bool UpdateFlags) { in handleMoveIntoNewBundle() argument
1547 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h91 void UpdateFlags(u32 flagz) { in UpdateFlags() function
H A Dtsan_rtl_mutex.cpp145 s->UpdateFlags(flagz); in MutexPreLock()
168 s->UpdateFlags(flagz); in MutexPostLock()
256 s->UpdateFlags(flagz); in MutexPreReadLock()
269 s->UpdateFlags(flagz); in MutexPostReadLock()