Home
last modified time | relevance | path

Searched refs:addSegmentToEndOfBlock (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h150 LiveInterval::Segment addSegmentToEndOfBlock(Register Reg,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPHIElimination.cpp567 LIS->addSegmentToEndOfBlock(IncomingReg, *NewSrcInstr); in LowerPHINode()
H A DLiveIntervals.cpp876 LiveIntervals::addSegmentToEndOfBlock(Register Reg, MachineInstr &startInst) { in addSegmentToEndOfBlock() function in LiveIntervals