Searched refs:roots_end (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DGCMetadata.h143 /// roots_begin/roots_end - Iterators for all roots in the function.
146 roots_iterator roots_end () { return Roots.end(); } function in class:llvm::GCFunctionInfo
152 live_iterator live_end (const iterator &p) { return roots_end(); }
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DGCMetadata.cpp161 RE = FD->roots_end(); RI != RE; ++RI)
H A DGCStrategy.cpp391 RE = FI->roots_end(); RI != RE; ++RI)

Completed in 84 milliseconds