OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodes_end
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtGraphTraits.h
44
static nodes_iterator
nodes_end
(clang::Stmt* S) {
function in struct:llvm::GraphTraits
70
static nodes_iterator
nodes_end
(const clang::Stmt* S) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
GraphTraits.h
53
// static nodes_iterator
nodes_end
(GraphType *G)
110
GraphTraits<GraphType>::
nodes_end
(G));
116
GraphTraits<Inverse<GraphType>>::
nodes_end
(G));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegionInfo.h
151
static nodes_iterator
nodes_end
(MachineRegionInfo *RI) {
function in struct:llvm::GraphTraits
170
static nodes_iterator
nodes_end
(MachineRegionInfoPass *RI) {
function in struct:llvm::GraphTraits
171
return GraphTraits<MachineRegionInfo *>::
nodes_end
(&RI->getRegionInfo());
MachineFunction.h
1158
static nodes_iterator
nodes_end
(MachineFunction *F) {
1175
static nodes_iterator
nodes_end
(const MachineFunction *F) {
function in struct:llvm::MachineFunction::GraphTraits
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionIterator.h
299
static nodes_iterator
nodes_end
(RegionT *R) { \
315
static nodes_iterator
nodes_end
(RegionT *R) { \
340
static nodes_iterator
nodes_end
(RegionInfo *RI) {
function in struct:llvm::GraphTraits
359
static nodes_iterator
nodes_end
(RegionInfoPass *RI) {
function in struct:llvm::GraphTraits
360
return GraphTraits<RegionInfo*>::
nodes_end
(&RI->getRegionInfo());
PostDominators.h
111
static nodes_iterator
nodes_end
(PostDominatorTree *N) {
function in struct:llvm::GraphTraits
CallGraph.h
488
static nodes_iterator
nodes_end
(CallGraph *CG) {
function in struct:GraphTraits
515
static nodes_iterator
nodes_end
(const CallGraph *CG) {
function in struct:GraphTraits
DDG.h
533
static nodes_iterator
nodes_end
(DataDependenceGraph *DG) { return DG->end(); }
function in struct:llvm::DDGEdge::GraphTraits
574
static nodes_iterator
nodes_end
(const DataDependenceGraph *DG) {
function in struct:llvm::DDGEdge::GraphTraits
CFGPrinter.h
113
static nodes_iterator
nodes_end
(DOTFuncInfo *CFGInfo) {
function in struct:llvm::GraphTraits
RegionInfoImpl.h
320
return GraphTraits<RegionT *>::
nodes_end
(static_cast<RegionT *>(this));
333
return GraphTraits<const RegionT *>::
nodes_end
(
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h
295
static nodes_iterator
nodes_end
(::clang::DomTreeNode *N) {
function in struct:llvm::GraphTraits
310
static nodes_iterator
nodes_end
(clang::CFGDomTree *N) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
282
static nodes_iterator
nodes_end
(clang::CallGraph *CG) {
function in struct:llvm::GraphTraits
308
static nodes_iterator
nodes_end
(const clang::CallGraph *CG) {
function in struct:llvm::GraphTraits
CFG.h
1309
iterator
nodes_end
() { return iterator(Blocks.end()); }
1317
const_iterator
nodes_end
() const { return const_iterator(Blocks.end()); }
1545
static nodes_iterator
nodes_end
(::clang::CFG* F) { return F->
nodes_end
(); }
1559
static nodes_iterator
nodes_end
( const ::clang::CFG* F) {
1560
return F->
nodes_end
();
1574
static nodes_iterator
nodes_end
( ::clang::CFG* F) { return F->
nodes_end
(); }
1587
static nodes_iterator
nodes_end
(const ::clang::CFG* F) {
1588
return F->
nodes_end
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h
225
static nodes_iterator
nodes_end
(NodeRef N) { return df_end(getEntryNode(N)); }
function in struct:llvm::DomTreeGraphTraitsBase
246
static nodes_iterator
nodes_end
(DominatorTree *N) {
function in struct:llvm::GraphTraits
CFG.h
361
static nodes_iterator
nodes_end
(Function *F) {
function in struct:llvm::GraphTraits
378
static nodes_iterator
nodes_end
(const Function *F) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
402
node_iterator
nodes_end
() { return Nodes.end(); }
function in class:clang::ento::ExplodedGraph
406
const_node_iterator
nodes_end
() const { return Nodes.end(); }
function in class:clang::ento::ExplodedGraph
540
static nodes_iterator
nodes_end
(const GraphTy G) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp
55
I != G.
nodes_end
(); ++I) {
UnreachableCodeChecker.cpp
61
for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.
nodes_end
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
ProfiledCallGraph.h
150
static ChildIteratorType
nodes_end
(ProfiledCallGraph *PCG) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
ImmutableGraph.h
92
const Node *
nodes_end
() const { return nodes().end(); }
function in class:llvm::ImmutableGraph
428
static nodes_iterator
nodes_end
(GraphT *G) {
function
429
return {G->
nodes_end
(), &getNode};
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallPrinter.cpp
131
static nodes_iterator
nodes_end
(CallGraphDOTInfo *CGInfo) {
function in struct:llvm::GraphTraits
BlockFrequencyInfo.cpp
120
static nodes_iterator
nodes_end
(const BlockFrequencyInfo *G) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp
109
static nodes_iterator
nodes_end
(const MachineBlockFrequencyInfo *G) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
508
static nodes_iterator
nodes_end
(const ModuleManager &Manager) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.h
1768
static nodes_iterator
nodes_end
(GraphRef N) {
1787
static nodes_iterator
nodes_end
(GraphRef N) {
1808
static nodes_iterator
nodes_end
(GraphRef N) {
Completed in 35 milliseconds
1
2
Indexes created Sat Jun 20 00:25:23 UTC 2026