Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp906 bool UpdateFlags; member in LiveIntervals::HMEditor
911 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
913 UpdateFlags(UpdateFlags) {} in HMEditor()
920 if (UpdateFlags) in getRegUnitLI()
1232 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { in handleMove() argument
1241 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1247 bool UpdateFlags) { in handleMoveIntoBundle() argument
1250 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h295 void handleMove(MachineInstr* MI, bool UpdateFlags = false);
306 bool UpdateFlags = false);