Searched refs:LiveCount (Results 1 – 5 of 5) sorted by relevance
140 size_t LiveCount = FI.live_size(J); in finishAssembly() local141 if (LiveCount >= 1<<16) { in finishAssembly()145 "Live root count "+Twine(LiveCount)+" >= 65536."); in finishAssembly()150 AP.EmitInt16(LiveCount); in finishAssembly()
154 size_t LiveCount = FI.live_size(J); in finishAssembly() local155 if (LiveCount >= 1 << 16) { in finishAssembly()160 Twine(LiveCount) + " >= 65536."); in finishAssembly()165 AP.EmitInt16(LiveCount); in finishAssembly()
159 size_t LiveCount = FI.live_size(J); in finishAssembly() local160 if (LiveCount >= 1 << 16) { in finishAssembly()165 Twine(LiveCount) + " >= 65536."); in finishAssembly()170 AP.emitInt16(LiveCount); in finishAssembly()
1026 // int32_t LiveCount;1027 // int32_t LiveOffsets[LiveCount];