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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h78 void UpdateFlags(u32 flagz) { function in struct:__tsan::SyncVar
H A Dtsan_rtl_mutex.cpp151 s->UpdateFlags(flagz);
179 s->UpdateFlags(flagz);
275 s->UpdateFlags(flagz);
295 s->UpdateFlags(flagz);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h304 /// \param UpdateFlags Update live intervals for nonallocatable physregs.
305 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
310 /// \param UpdateFlags Update live intervals for nonallocatable physregs.
316 bool UpdateFlags = false);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp981 bool UpdateFlags; member in class:LiveIntervals::HMEditor
986 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
988 UpdateFlags(UpdateFlags) {}
990 // FIXME: UpdateFlags is a workaround that creates live intervals for all
995 if (UpdateFlags && !MRI.isReservedRegUnit(Unit))
1505 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { argument
1517 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1522 bool UpdateFlags) {
1540 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
984 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, const TargetRegisterInfo& TRI, SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) argument
[all...]

Completed in 161 milliseconds