Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1660 selectIntv(IntvIn); in splitLiveThroughBlock()
1667 if (!IntvIn) { in splitLiveThroughBlock()
1681 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1712 selectIntv(IntvIn); in splitLiveThroughBlock()
1732 selectIntv(IntvIn); in splitLiveThroughBlock()
1749 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1760 selectIntv(IntvIn); in splitRegInBlock()
1780 selectIntv(IntvIn); in splitRegInBlock()
1786 selectIntv(IntvIn); in splitRegInBlock()
1811 selectIntv(IntvIn); in splitRegInBlock()
[all …]
H A DSplitKit.h537 unsigned IntvIn, SlotIndex LeaveBefore,
549 unsigned IntvIn, SlotIndex LeaveBefore);
H A DRegAllocGreedy.cpp943 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
949 IntvIn = Cand.IntvIdx; in splitAroundRegion()
965 if (!IntvIn && !IntvOut) { in splitAroundRegion()
972 if (IntvIn && IntvOut) in splitAroundRegion()
973 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
974 else if (IntvIn) in splitAroundRegion()
975 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
991 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
997 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1009 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]