Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp154 size_t LiveCount = FI.live_size(J); in finishAssembly() local
155 if (LiveCount >= 1 << 16) { in finishAssembly()
160 Twine(LiveCount) + " >= 65536."); in finishAssembly()
165 AP.EmitInt16(LiveCount); in finishAssembly()
/external/llvm/docs/
DGarbageCollection.rst1026 // int32_t LiveCount;
1027 // int32_t LiveOffsets[LiveCount];