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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp1178 unsigned IntvIn, SlotIndex LeaveBefore,
1184 << ") intf " << LeaveBefore << '-' << EnterAfter
1189 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block");
1190 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
1198 // <<<<<<<<< Possible LeaveBefore interference.
1204 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
1223 if (IntvIn == IntvOut && !LeaveBefore
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 45 milliseconds