Searched refs:GetEntryNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h339 static NodePtr GetEntryNode(const DomTreeT &DT) { function in struct:llvm::DomTreeBuilder::SemiNCAInfo
353 Roots.push_back(GetEntryNode(DT));
1235 if (DT.getRoot() != GetEntryNode(DT)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp4149 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h557 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } function in struct:llvm::AADepGraph

Completed in 195 milliseconds