Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp120 G.addRoot(Node); in ExecuteWorkList()
523 G.addRoot(Node); // 'Node' has no predecessor. Make it a root. in generateNode()
H A DExplodedGraph.cpp504 G->addRoot(NewN); in trim()
H A DBugReporter.cpp2676 GNew->addRoot(NewN); in getNextBugPath()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h36 inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot( in addRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h654 addRoot(BB);
831 void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h370 ExplodedNode *addRoot(ExplodedNode *V) { in addRoot() function