Home
last modified time | relevance | path

Searched refs:live_iterator (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCMetadata.h81 using live_iterator = std::vector<GCRoot>::const_iterator; variable
144 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
145 live_iterator live_end(const iterator &p) { return roots_end(); } in live_end()
/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/docs/
H A DGarbageCollection.rst996 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI),