Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1464 SlotIndex SegStart = SE->enterIntvBefore(Use); in tryInstructionSplit() local
1466 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
1766 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local
1768 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
H A DSplitKit.cpp1612 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local
1615 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1619 useIntv(SegStart, SegStop); in splitSingleBlock()