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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h158 MachineInstr &startInst);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp864 LiveIntervals::addSegmentToEndOfBlock(Register Reg, MachineInstr &startInst) { argument
867 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
869 LiveRange::Segment S(SlotIndex(getInstructionIndex(startInst).getRegSlot()),
870 getMBBEndIdx(startInst.getParent()), VN);

Completed in 183 milliseconds