Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineDominators.h27 inline void DominatorTreeBase<MachineBasicBlock>::addRoot(MachineBasicBlock* MBB) { in addRoot() function
/external/llvm/include/llvm/Support/
DGenericDomTree.h671 inline void addRoot(NodeT* BB) { in addRoot() function
696 addRoot(I); in recalculate()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h305 ExplodedNode *addRoot(ExplodedNode *V) { in addRoot() function
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp412 G->addRoot(NewN); in trim()
DCoreEngine.cpp503 G->addRoot(Node); // 'Node' has no predecessor. Make it a root. in generateNode()
DBugReporter.cpp2969 GNew->addRoot(NewN); in popNextReportGraph()