Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp107 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI), in finishAssembly()
H A DOcamlGCPrinter.cpp167 for (GCFunctionInfo::live_iterator K = FI->live_begin(J), in finishAssembly()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DGCMetadata.h144 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DGCMetadata.cpp123 for (const GCRoot &R : make_range(FD->live_begin(PI), FD->live_end(PI))) in runOnFunction()
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst996 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI),