Home
last modified time | relevance | path

Searched refs:createRootNode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h114 virtual NodeType &createRootNode() = 0;
H A DDDG.h353 DDGNode &createRootNode() final { in createRootNode() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp80 auto &RootNode = createRootNode(); in createAndConnectRootNode()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp192 AstPtr createRootNode(llvm::StringMap<AstPtr> &Partials, in createRootNode() function
460 AstPtr RootNode = createRootNode(Partials, Lambdas, SectionLambdas, Escapes); in parse()