Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp182 dd.removeNode(m->id); in MutexDestroy()
H A Dsanitizer_deadlock_detector.h188 void removeNode(uptr node) { in removeNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h243 bool removeNode(NodeType &N) { in removeNode() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp294 Graph.removeNode(B); in mergeNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h585 void removeNode(NodeId NId) { in removeNode() function
/freebsd/contrib/sqlite3/
H A Dsqlite3.c213045 static int removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight){
213144 rc = removeNode(pRtree, pNode, iHeight);
213284 rc = removeNode(pRtree, pChild, pRtree->iDepth-1);