Searched refs:Late (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h172 bool Late = false);
H A DSlotIndexes.h586 /// If Late is set and there are null indexes between mi's neighboring
589 SlotIndex insertMachineInstrInMaps(MachineInstr *mi, bool Late = false) {
601 if (Late) {
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp136 bool Late) {
140 return LIS.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late)
131 rematerializeAt(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, const Remat &RM, const TargetRegisterInfo &tri, bool Late) argument
H A DSplitKit.cpp435 bool Late = RegIdx != 0; local
440 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late);
446 Def = LIS.getSlotIndexes()->insertMachineInstrInMaps(CopyMI, Late)
/external/oprofile/events/i386/westmere/
H A Dunit_masks26 0x02 late Late Branch Prediction Unit clears

Completed in 97 milliseconds