Searched defs:IntvIn (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp1182 unsigned IntvIn, SlotIndex LeaveBefore,
1189 << ", live-through " << IntvIn << " -> " << IntvOut);
1191 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1194 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
1206 selectIntv(IntvIn);
1213 if (!IntvIn) {
1227 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1242 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1258 selectIntv(IntvIn);
1278 selectIntv(IntvIn);
1181 splitLiveThroughBlock(unsigned MBBNum, unsigned IntvIn, SlotIndex LeaveBefore, unsigned IntvOut, SlotIndex EnterAfter) argument
1285 splitRegInBlock(const SplitAnalysis::BlockInfo &BI, unsigned IntvIn, SlotIndex LeaveBefore) argument
[all...]
H A DRegAllocGreedy.cpp1169 unsigned IntvIn = 0, IntvOut = 0; local
1175 IntvIn = Cand.IntvIdx;
1191 if (!IntvIn && !IntvOut) {
1198 if (IntvIn && IntvOut)
1199 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1200 else if (IntvIn)
1201 SE->splitRegInBlock(BI, IntvIn, IntfIn);
1218 unsigned IntvIn = 0, IntvOut = 0; local
1224 IntvIn = Cand.IntvIdx;
1236 if (!IntvIn
[all...]

Completed in 91 milliseconds