HomeSort by relevance Sort by last modified time
    Searched refs:UpdateFlags (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/events/ozone/evdev/
event_modifiers.cc 48 UpdateFlags(modifier);
59 UpdateFlags(modifier);
62 void EventModifiersEvdev::UpdateFlags(unsigned int modifier) {
event_modifiers.h 67 void UpdateFlags(unsigned int modifier);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 270 /// \param UpdateFlags Update live intervals for nonallocatable physregs.
271 void handleMove(MachineInstr* MI, bool UpdateFlags = false);
276 /// \param UpdateFlags Update live intervals for nonallocatable physregs.
282 bool UpdateFlags = false);
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 715 bool UpdateFlags;
720 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
722 UpdateFlags(UpdateFlags) {}
724 // FIXME: UpdateFlags is a workaround that creates live intervals for all
729 if (UpdateFlags)
    [all...]

Completed in 55 milliseconds