Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineDominators.h27 inline void DominatorTreeBase<MachineBasicBlock>::addRoot(MachineBasicBlock* MBB) { in addRoot() function
/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/include/llvm/CodeGen/
DMachineDominators.h28 inline void DominatorTreeBase<MachineBasicBlock>::addRoot(MachineBasicBlock* MBB) { in addRoot() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineDominators.h32 inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot( in addRoot() function
/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/include/llvm/Analysis/
DDominators.h648 inline void addRoot(NodeT* BB) { in addRoot() function
671 addRoot(I); in recalculate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h616 addRoot(BB);
781 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