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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp140 size_t LiveCount = FI.live_size(J); local
141 if (LiveCount >= 1<<16) {
145 "Live root count "+Twine(LiveCount)+" >= 65536.");
150 AP.EmitInt16(LiveCount);

Completed in 106 milliseconds