Home
last modified time | relevance | path

Searched refs:roots_begin (Results 1 – 8 of 8) 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.
144 roots_iterator roots_begin() { return Roots.begin(); } in live_begin()
149 live_iterator live_begin(const iterator &p) { return roots_begin(); }
139 roots_iterator roots_begin() { return Roots.begin(); } roots_begin() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h403 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
407 const_roots_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function
512 return *G->roots_begin();
H A DExprEngine.h225 assert(G.roots_begin() != G.roots_end()); in getRootLocationContext()
226 return (*G.roots_begin())->getLocation().getLocationContext(); in getRootLocationContext()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp50 const ExplodedNode *GraphRoot = *G.roots_begin(); in checkEndAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp304 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(); in FindStackOffsets()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2615 WS.push(*TrimmedGraph->roots_begin()); in BugPathGetter()
H A DExprEngine.cpp2553 (*G.roots_begin())->getLocation().getLocationContext(); in processCFGBlockEntrance()