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.cpp1033 bool UpdateFlags; member in LiveIntervals::HMEditor
1038 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
1040 UpdateFlags(UpdateFlags) {} in HMEditor()
1047 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1559 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1571 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1576 bool UpdateFlags) { in handleMoveIntoNewBundle() argument
1594 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.h333 LLVM_ABI void handleMove(MachineInstr &MI, bool UpdateFlags = false);
344 bool UpdateFlags = false);