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

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h198 bool Late = false);
H A DSlotIndexes.h573 /// If Late is set and there are null indexes between mi's neighboring
576 SlotIndex insertMachineInstrInMaps(MachineInstr *mi, bool Late = false) {
588 if (Late) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp151 bool Late) {
155 return LIS.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late)
146 rematerializeAt(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, const Remat &RM, const TargetRegisterInfo &tri, bool Late) argument
H A DSplitKit.cpp430 bool Late = RegIdx != 0; local
435 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late);
441 Def = LIS.getSlotIndexes()->insertMachineInstrInMaps(CopyMI, Late)

Completed in 64 milliseconds