Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp159 size_t LiveCount = FI.live_size(J); in finishAssembly() local
160 if (LiveCount >= 1 << 16) { in finishAssembly()
165 Twine(LiveCount) + " >= 65536."); in finishAssembly()
170 AP.emitInt16(LiveCount); in finishAssembly()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst956 // int32_t LiveCount;
957 // int32_t LiveOffsets[LiveCount];