Searched defs:UpdateFlags (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp913 bool UpdateFlags; member in class:LiveIntervals::HMEditor
918 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
920 UpdateFlags(UpdateFlags) {}
922 // FIXME: UpdateFlags is a workaround that creates live intervals for all
927 if (UpdateFlags)
1368 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { argument
1377 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1383 bool UpdateFlags) {
1386 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
916 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, const TargetRegisterInfo& TRI, SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) argument
[all...]

Completed in 123 milliseconds