Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h406 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
410 const_roots_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function
515 return *G->roots_begin();
DExprEngine.h233 assert(G.roots_begin() != G.roots_end()); in getRootLocationContext()
234 return (*G.roots_begin())->getLocation().getLocationContext(); in getRootLocationContext()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp49 const ExplodedNode *GraphRoot = *G.roots_begin(); in checkEndAnalysis()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DGCMetadata.cpp110 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction()
DGCRootLowering.cpp287 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(); in FindStackOffsets()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp210 const_root_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function in __anon7656ccb00111::CombineRule
/openbsd/src/gnu/llvm/llvm/docs/
DGarbageCollection.rst813 To access the stack map, use ``GCFunctionMetadata::roots_begin()`` and
823 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(),
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2595 WS.push(*TrimmedGraph->roots_begin()); in BugPathGetter()
DExprEngine.cpp2520 (*G.roots_begin())->getLocation().getLocationContext(); in processCFGBlockEntrance()