Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp125 unsigned NumRoots = 0; in pickBestRegisterForUndef() local
127 NumRoots++; in pickBestRegisterForUndef()
128 if (NumRoots > 1) in pickBestRegisterForUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst442 int32_t NumRoots; //< Number of roots in stack frame.
443 int32_t NumMeta; //< Number of metadata entries. May be < NumRoots.
477 // For roots [NumMeta, NumRoots), the metadata pointer is null.
478 for (unsigned e = R->Map->NumRoots; i != e; ++i)