Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h285 /// PHI-defs. Only segments marked with overlapIntv will be overlapping.
497 /// overlapIntv - Indicate that all instructions in range should use the open
508 void overlapIntv(SlotIndex Start, SlotIndex End);
H A DSplitKit.cpp824 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv() function in SplitEditor
1619 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
1787 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock()
1822 overlapIntv(To, BI.LastInstr); in splitRegInBlock()