Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h151 MachineInstr &startInst);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp876 LiveIntervals::addSegmentToEndOfBlock(Register Reg, MachineInstr &startInst) { in addSegmentToEndOfBlock() argument
879 SlotIndex(getInstructionIndex(startInst).getRegSlot()), in addSegmentToEndOfBlock()
881 LiveRange::Segment S(SlotIndex(getInstructionIndex(startInst).getRegSlot()), in addSegmentToEndOfBlock()
882 getMBBEndIdx(startInst.getParent()), VN); in addSegmentToEndOfBlock()