Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h305 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
316 bool UpdateFlags = false);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp981 bool UpdateFlags; member in LiveIntervals::HMEditor
986 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
988 UpdateFlags(UpdateFlags) {} in HMEditor()
995 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1505 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1517 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1522 bool UpdateFlags) { in handleMoveIntoNewBundle() argument
1540 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
/openbsd-src/gnu/llvm/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