Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveIntervals.cpp953 bool UpdateFlags; member in LiveIntervals::HMEditor
958 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
960 UpdateFlags(UpdateFlags) {} in HMEditor()
967 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1444 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1453 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1459 bool UpdateFlags) { in handleMoveIntoBundle() argument
1462 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
322 bool UpdateFlags = false);
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc147 s->UpdateFlags(flagz); in MutexPreLock()
169 s->UpdateFlags(flagz); in MutexPostLock()
261 s->UpdateFlags(flagz); in MutexPreReadLock()
275 s->UpdateFlags(flagz); in MutexPostReadLock()
H A Dtsan_sync.h95 void UpdateFlags(u32 flagz) { in UpdateFlags() function