Home
last modified time | relevance | path

Searched refs:initNode (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h471 void initNode() { in initNode() function
519 initNode(); in nextInterval()
527 initNode(); in nextInterval()
539 initNode(); in nextInterval()
549 initNode(); in find_iterator()
/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1637 Node &NewN = initNode(NewFunction); in addSplitFunction()
1721 Node &NewN = initNode(*NewFunction); in addSplitRefRecursiveFunctions()
1799 LazyCallGraph::Node &LazyCallGraph::initNode(Function &F) { in initNode()
1797 LazyCallGraph::Node &LazyCallGraph::initNode(Function &F) { initNode() function in LazyCallGraph
/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1161 Node &initNode(Function &F);