Home
last modified time | relevance | path

Searched refs:nodes_end (Results 1 – 25 of 36) 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.h110 static nodes_iterator nodes_end(PostDominatorTree *N) {
H A DCallGraph.h500 static nodes_iterator nodes_end(CallGraph *CG) {
527 static nodes_iterator nodes_end(const CallGraph *CG) {
H A DDDG.h523 static nodes_iterator nodes_end(DataDependenceGraph *DG) { return DG->end(); }
564 static nodes_iterator nodes_end(const DataDependenceGraph *DG) {
H A DCFGPrinter.h118 static nodes_iterator nodes_end(DOTFuncInfo *CFGInfo) {
H A DRegionInfoImpl.h299 return GraphTraits<RegionT *>::nodes_end(static_cast<RegionT *>(this)); in verifyRegionNest()
312 return GraphTraits<const RegionT *>::nodes_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.h1405 static nodes_iterator nodes_end(MachineFunction *F) {
1422 static nodes_iterator nodes_end (const MachineFunction *F) {
H A DScheduleDAG.h711 static nodes_iterator nodes_end(ScheduleDAG *G) {
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGraphTraits.h112 GraphTraits<GraphType>::nodes_end(G));
118 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.h1300 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function
1308 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
1531 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); }
1545 static nodes_iterator nodes_end( const ::clang::CFG* F) {
1546 return F->nodes_end();
1560 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); }
1573 static nodes_iterator nodes_end(const ::clang::CFG* F) {
1574 return F->nodes_end();
H A DCallGraph.h282 static nodes_iterator nodes_end (clang::CallGraph *CG) {
308 static nodes_iterator nodes_end(const clang::CallGraph *CG) {
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h252 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
273 static nodes_iterator nodes_end(DominatorTree *N) {
H A DCFG.h360 static nodes_iterator nodes_end(Function *F) {
377 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.h239 static ChildIteratorType nodes_end(ProfiledCallGraph *PCG) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h302 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 DBlockFrequencyInfo.cpp118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
H A DCallPrinter.cpp137 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { 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.h535 static nodes_iterator nodes_end(const GraphTy G) {

12