Searched refs:LiveCount (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp159 size_t LiveCount = FI.live_size(J); local
160 if (LiveCount >= 1 << 16) {
165 Twine(LiveCount) + " >= 65536.");
170 AP.emitInt16(LiveCount);

Completed in 217 milliseconds