Home
last modified time | relevance | path

Searched refs:nodes_end (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h299 static nodes_iterator nodes_end(RegionT *R) { \
315 static nodes_iterator nodes_end(RegionT *R) { \
340 static nodes_iterator nodes_end(RegionInfo *RI) {
359 static nodes_iterator nodes_end(RegionInfoPass *RI) {
360 return GraphTraits<RegionInfo*>::nodes_end(&RI->getRegionInfo());
H A DPostDominators.h111 static nodes_iterator nodes_end(PostDominatorTree *N) {
H A DCallGraph.h484 static nodes_iterator nodes_end(CallGraph *CG) {
511 static nodes_iterator nodes_end(const CallGraph *CG) {
H A DDDG.h527 static nodes_iterator nodes_end(DataDependenceGraph *DG) { return DG->end(); }
568 static nodes_iterator nodes_end(const DataDependenceGraph *DG) {
H A DCFGPrinter.h120 static nodes_iterator nodes_end(DOTFuncInfo *CFGInfo) {
H A DRegionInfoImpl.h299 return GraphTraits<RegionT *>::nodes_end(static_cast<RegionT *>(this)); in element_end()
312 return GraphTraits<const RegionT *>::nodes_end( in element_end()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtGraphTraits.h44 static nodes_iterator nodes_end(clang::Stmt* S) {
70 static nodes_iterator nodes_end(const clang::Stmt* S) {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h151 static nodes_iterator nodes_end(MachineRegionInfo *RI) {
170 static nodes_iterator nodes_end(MachineRegionInfoPass *RI) {
171 return GraphTraits<MachineRegionInfo *>::nodes_end(&RI->getRegionInfo());
H A DMachineCFGPrinter.h44 static nodes_iterator nodes_end(DOTMachineFuncInfo *CFGInfo) {
H A DMachineFunction.h1494 static nodes_iterator nodes_end(MachineFunction *F) {
1518 static nodes_iterator nodes_end (const MachineFunction *F) {
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGraphTraits.h138 GraphTraits<GraphType>::nodes_end(G));
144 GraphTraits<Inverse<GraphType>>::nodes_end(G));
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h100 static nodes_iterator nodes_end(const ::clang::CFG *F) { in nodes_end() function
101 return F->nodes_end(); in nodes_end()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1308 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function
1316 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
1538 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); }
1552 static nodes_iterator nodes_end( const ::clang::CFG* F) {
1553 return F->nodes_end();
1567 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); }
1580 static nodes_iterator nodes_end(const ::clang::CFG* F) {
1581 return F->nodes_end();
H A DCallGraph.h279 static nodes_iterator nodes_end (clang::CallGraph *CG) {
305 static nodes_iterator nodes_end(const clang::CallGraph *CG) {
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h257 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
278 static nodes_iterator nodes_end(DominatorTree *N) {
H A DCFG.h381 static nodes_iterator nodes_end(Function *F) {
405 static nodes_iterator nodes_end(const Function *F) {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
428 static nodes_iterator nodes_end(GraphT *G) {
429 return {G->nodes_end(), &getNode};
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h238 static ChildIteratorType nodes_end(ProfiledCallGraph *PCG) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h312 static nodes_iterator nodes_end(GraphRef N) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp137 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end() function
H A DBlockFrequencyInfo.cpp118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp288 static nodes_iterator nodes_end(DotFuncBCIInfo *Info) { in nodes_end() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h521 static nodes_iterator nodes_end(const GraphTy G) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp481 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function

12