Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h143 /// roots_begin/roots_end - Iterators for all roots in the function.
145 roots_iterator roots_end() { return Roots.end(); } in live_end()
150 live_iterator live_end(const iterator &p) { return roots_end(); }
140 roots_iterator roots_end() { return Roots.end(); } roots_end() function
/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.h225 assert(G.roots_begin() != G.roots_end()); in getRootLocationContext()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp305 RI != FI->roots_end();) { in FindStackOffsets()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp