Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp962 bool UpdateFlags; member in LiveIntervals::HMEditor
967 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
969 UpdateFlags(UpdateFlags) {} in HMEditor()
976 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1467 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1479 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1485 bool UpdateFlags) { in handleMoveIntoBundle() argument
1488 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
322 bool UpdateFlags = false);