Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadata.h144 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
150 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCMetadata.h141 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
146 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h141 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
147 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.h133 roots_iterator roots_begin() { return roots_.begin(); } in roots_begin() function
135 roots_const_iterator roots_begin() const { return roots_cbegin(); } in roots_begin() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.h133 roots_iterator roots_begin() { return roots_.begin(); } in roots_begin() function
135 roots_const_iterator roots_begin() const { return roots_cbegin(); } in roots_begin() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h352 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
356 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.cpp117 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction()
DGCRootLowering.cpp316 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(); in FindStackOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DGCMetadata.cpp123 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction()
DGCRootLowering.cpp315 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(); in FindStackOffsets()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp160 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction()
DGCStrategy.cpp388 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(), in FindStackOffsets()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1451 (*G.roots_begin())->getLocation().getLocationContext(); in processCFGBlockEntrance()
2788 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph()
2806 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
DBugReporter.cpp2872 WS.push(*G->roots_begin()); in TrimmedGraph()
/external/llvm/docs/
DGarbageCollection.rst813 To access the stack map, use ``GCFunctionMetadata::roots_begin()`` and
823 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(),
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst813 To access the stack map, use ``GCFunctionMetadata::roots_begin()`` and
823 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(),