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

  /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 716 bool UpdateFlags;
721 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
723 UpdateFlags(UpdateFlags) {}
725 // FIXME: UpdateFlags is a workaround that creates live intervals for all
730 if (UpdateFlags)
    [all...]

Completed in 24 milliseconds