Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h145 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
150 live_iterator live_end(const iterator &p) { return roots_end(); } in live_end()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h405 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
409 const_roots_iterator roots_end() const { return Roots.end(); } in roots_end() function
H A DExprEngine.h233 assert(G.roots_begin() != G.roots_end()); in getRootLocationContext()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp301 RI != FI->roots_end();) { in FindStackOffsets()