Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDSplitKit.cpp1156 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1163 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1165 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1168 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1180 selectIntv(IntvIn); in splitLiveThroughBlock()
1187 if (!IntvIn) { in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1232 selectIntv(IntvIn); in splitLiveThroughBlock()
1252 selectIntv(IntvIn); in splitLiveThroughBlock()
[all …]
HDSplitKit.h442 unsigned IntvIn, SlotIndex LeaveBefore,
454 unsigned IntvIn, SlotIndex LeaveBefore);
HDRegAllocGreedy.cpp1203 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1209 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1225 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1232 if (IntvIn && IntvOut) in splitAroundRegion()
1233 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1234 else if (IntvIn) in splitAroundRegion()
1235 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1252 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1258 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1270 if (!IntvIn && !IntvOut) in splitAroundRegion()
[all …]