Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DGCMetadata.h145 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
151 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h345 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
349 const_roots_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp49 const ExplodedNode *GraphRoot = *G.roots_begin(); in checkEndAnalysis()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp160 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction()
DGCStrategy.cpp390 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(), in FindStackOffsets()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1038 (*G.roots_begin())->getLocation().getLocationContext(); in processCFGBlockEntrance()
2094 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph()
2112 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()