Searched refs:UpdateFlags (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 936 bool UpdateFlags; member in LiveIntervals::HMEditor 941 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument 943 UpdateFlags(UpdateFlags) {} in HMEditor() 950 if (UpdateFlags) in getRegUnitLI() 1262 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { in handleMove() argument 1271 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1277 bool UpdateFlags) { in handleMoveIntoBundle() argument 1280 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 291 void handleMove(MachineInstr* MI, bool UpdateFlags = false); 302 bool UpdateFlags = false);
|