Home
last modified time | relevance | path

Searched refs:live_begin (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp109 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI), in finishAssembly()
H A DOcamlGCPrinter.cpp172 for (GCFunctionInfo::live_iterator K = FI.live_begin(J), in finishAssembly()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCMetadata.h144 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp126 for (const GCRoot &R : make_range(FD->live_begin(PI), FD->live_end(PI))) in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst996 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI),