Home
last modified time | relevance | path

Searched refs:roots_begin (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCMetadata.h139 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
144 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h408 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
412 const_roots_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function
517 return *G->roots_begin();
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp48 const ExplodedNode *GraphRoot = *G.roots_begin(); in checkEndAnalysis()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp113 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction()
H A DGCRootLowering.cpp290 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(); in FindStackOffsets()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp210 const_root_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function in __anon185ea0950111::CombineRule
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst813 To access the stack map, use ``GCFunctionMetadata::roots_begin()`` and
823 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(),
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2569 WS.push(*TrimmedGraph->roots_begin()); in BugPathGetter()
H A DExprEngine.cpp2011 (*G.roots_begin())->getLocation().getLocationContext(); in processCFGBlockEntrance()