Searched refs:IntvIn (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1620 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument 1627 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1629 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1632 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock() 1644 selectIntv(IntvIn); in splitLiveThroughBlock() 1651 if (!IntvIn) { in splitLiveThroughBlock() 1665 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1680 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1696 selectIntv(IntvIn); in splitLiveThroughBlock() 1716 selectIntv(IntvIn); in splitLiveThroughBlock() [all …]
|
| H A D | SplitKit.h | 528 unsigned IntvIn, SlotIndex LeaveBefore, 540 unsigned IntvIn, SlotIndex LeaveBefore);
|
| H A D | RegAllocGreedy.cpp | 919 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 925 IntvIn = Cand.IntvIdx; in splitAroundRegion() 941 if (!IntvIn && !IntvOut) { in splitAroundRegion() 948 if (IntvIn && IntvOut) in splitAroundRegion() 949 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 950 else if (IntvIn) in splitAroundRegion() 951 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 967 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 973 IntvIn = Cand.IntvIdx; in splitAroundRegion() 985 if (!IntvIn && !IntvOut) in splitAroundRegion() [all …]
|