Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_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()
H A Dtsan_sync.h78 void UpdateFlags(u32 flagz) { in UpdateFlags() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h323 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
334 bool UpdateFlags = false);