Home
last modified time | relevance | path

Searched refs:addRoot (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineDominators.h32 inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot( in addRoot() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp113 G.addRoot(Node); in ExecuteWorkList()
455 G.addRoot(Node); // 'Node' has no predecessor. Make it a root. in generateNode()
H A DExplodedGraph.cpp406 G->addRoot(NewN); in trim()
H A DBugReporter.cpp2427 GNew->addRoot(NewN); in popNextReportGraph()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTree.h591 addRoot(BB);
761 void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h330 ExplodedNode *addRoot(ExplodedNode *V) { in addRoot() function