HomeSort by: relevance | last modified time | path
    Searched defs:UpdateFlags (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.h 95 void UpdateFlags(u32 flagz) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_sync.h 78 void UpdateFlags(u32 flagz) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_sync.h 93 void UpdateFlags(u32 flagz) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 987 bool UpdateFlags;
992 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
994 UpdateFlags(UpdateFlags) {}
996 // FIXME: UpdateFlags is a workaround that creates live intervals for all
1001 if (UpdateFlags && !MRI.isReservedRegUnit(Unit))
1507 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) {
1519 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1524 bool UpdateFlags) {
1542 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
    [all...]

Completed in 28 milliseconds