Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTree.h662 void addRoot(NodeT *BB) { this->Roots.push_back(BB); } in addRoot() function
725 addRoot(entry); in recalculate()
734 addRoot(&*I); in recalculate()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineDominators.h30 inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot( in addRoot() function
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h28 inline void DominatorTreeBase<MachineBasicBlock>::addRoot(MachineBasicBlock* MBB) { in addRoot() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominators.h31 inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot( in addRoot() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp111 G.addRoot(Node); in ExecuteWorkList()
505 G.addRoot(Node); // 'Node' has no predecessor. Make it a root. in generateNode()
DExplodedGraph.cpp506 G->addRoot(NewN); in trim()
DBugReporter.cpp2632 GNew->addRoot(NewN); in getNextBugPath()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp200 G.addRoot(Node); in ExecuteWorkList()
537 G.addRoot(Node); // 'Node' has no predecessor. Make it a root. in generateNode()
DExplodedGraph.cpp414 G->addRoot(NewN); in trim()
DBugReporter.cpp2943 GNew->addRoot(NewN); in popNextReportGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h590 addRoot(BB);
758 void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h311 ExplodedNode *addRoot(ExplodedNode *V) { in addRoot() function
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTree.h637 addRoot(BB);
814 void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h371 ExplodedNode *addRoot(ExplodedNode *V) { in addRoot() function