Home
last modified time | relevance | path

Searched defs:getEntryNode (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h92 static NodeRef getEntryNode(const ::clang::CFG *F) { in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h138 ProfiledCallGraphNode *getEntryNode() { return &Root; } getEntryNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h327 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h333 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp277 static NodeRef getEntryNode(DotFuncBCIInfo *Info) { in getEntryNode() function
H A DPGOInstrumentation.cpp2352 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp104 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
H A DCallPrinter.cpp119 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode() function
H A DBlockFrequencyInfoImpl.cpp678 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } in getEntryNode() function
H A DMemorySSA.cpp2297 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp519 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anon416db8590311::ArgumentGraph
591 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
598 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
H A DAttributor.cpp4140 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } in getEntryNode() function
4154 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } in getEntryNode() function
H A DMemProfContextDisambiguation.cpp2345 static NodeRef getEntryNode(GraphType G) { in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp123 static NodeRef getEntryNode(Region *R) { in getEntryNode() function
127 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1749 DisplayNode *getEntryNode() const { in getEntryNode() function in __anon94a753662a11::DotCfgDiffDisplayGraph
2122 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp442 static NodeRef getEntryNode(RematGraph *G) { return G->EntryNode; } in getEntryNode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4048 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function