HomeSort by relevance Sort by last modified time
    Searched refs:live_begin (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 112 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI),
OcamlGCPrinter.cpp 152 for (GCFunctionInfo::live_iterator K = FI.live_begin(J),
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 154 /// live_begin/live_end - Iterators for live roots at a given safe point.
156 live_iterator live_begin(const iterator &p) { return roots_begin(); } function in class:llvm::GCFunctionInfo
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 159 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI),

Completed in 49 milliseconds