Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp1625 selectIntv(IntvIn); in splitLiveThroughBlock()
1632 if (!IntvIn) { in splitLiveThroughBlock()
1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1677 selectIntv(IntvIn); in splitLiveThroughBlock()
1697 selectIntv(IntvIn); in splitLiveThroughBlock()
1714 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1725 selectIntv(IntvIn); in splitRegInBlock()
1745 selectIntv(IntvIn); in splitRegInBlock()
1751 selectIntv(IntvIn); in splitRegInBlock()
1776 selectIntv(IntvIn); in splitRegInBlock()
[all …]
H A DSplitKit.h536 unsigned IntvIn, SlotIndex LeaveBefore,
548 unsigned IntvIn, SlotIndex LeaveBefore);
H A DRegAllocGreedy.cpp1683 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1689 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1705 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1712 if (IntvIn && IntvOut) in splitAroundRegion()
1713 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1714 else if (IntvIn) in splitAroundRegion()
1715 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1732 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1738 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1750 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]