Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1671 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1678 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1680 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1683 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1695 selectIntv(IntvIn); in splitLiveThroughBlock()
1702 if (!IntvIn) { in splitLiveThroughBlock()
1716 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1731 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1747 selectIntv(IntvIn); in splitLiveThroughBlock()
1767 selectIntv(IntvIn); in splitLiveThroughBlock()
[all …]
H A DSplitKit.h543 unsigned IntvIn, SlotIndex LeaveBefore,
555 unsigned IntvIn, SlotIndex LeaveBefore);
H A DRegAllocGreedy.cpp1075 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1081 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1097 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1104 if (IntvIn && IntvOut) in splitAroundRegion()
1105 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1106 else if (IntvIn) in splitAroundRegion()
1107 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1123 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1129 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1141 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]