HomeSort by: relevance | last modified time | path
    Searched refs:live_begin (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 109 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI),
OcamlGCPrinter.cpp 172 for (GCFunctionInfo::live_iterator K = FI.live_begin(J),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
GCMetadata.h 143 /// live_begin/live_end - Iterators for live roots at a given safe point.
144 live_iterator live_begin(const iterator &p) { return roots_begin(); } function in class:llvm::GCFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GCMetadata.cpp 126 for (const GCRoot &R : make_range(FD->live_begin(PI), FD->live_end(PI)))

Completed in 63 milliseconds