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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp1178 unsigned IntvIn, SlotIndex LeaveBefore,
1185 << ", live-through " << IntvIn << " -> " << IntvOut);
1187 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1190 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
1202 selectIntv(IntvIn);
1209 if (!IntvIn) {
1223 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1238 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1254 selectIntv(IntvIn);
1274 selectIntv(IntvIn);
1177 splitLiveThroughBlock(unsigned MBBNum, unsigned IntvIn, SlotIndex LeaveBefore, unsigned IntvOut, SlotIndex EnterAfter) argument
1281 splitRegInBlock(const SplitAnalysis::BlockInfo &BI, unsigned IntvIn, SlotIndex LeaveBefore) argument
[all...]

Completed in 60 milliseconds