Searched refs:RemoveNode (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd8.c | 126 static void *RemoveNode(CPpmd8 *p, unsigned indx) in RemoveNode() function 212 return RemoveNode(p, indx); in AllocUnitsRare() 225 retVal = RemoveNode(p, i); in AllocUnitsRare() 234 return RemoveNode(p, indx); in AllocUnits() 257 void *ptr = RemoveNode(p, i1); in ShrinkUnits() 290 ptr = RemoveNode(p, indx); in MoveUnitsUp() 681 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
|
H A D | archive_ppmd7.c | 158 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() function 257 return RemoveNode(p, indx); in AllocUnitsRare() 270 retVal = RemoveNode(p, i); in AllocUnitsRare() 279 return RemoveNode(p, indx); in AllocUnits() 302 void *ptr = RemoveNode(p, i1); in ShrinkUnits() 430 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 210 bool RemoveNode(Node *N); 490 bool RemoveNode(T *N) { in RemoveNode() function 491 return FoldingSetBase::RemoveNode(N); in RemoveNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FoldingSet.cpp | 334 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 108 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 164 Nodes.RemoveNode(node); in collectNode()
|
H A D | ProgramState.cpp | 40 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 219 Diags.RemoveNode(orig); in HandlePathDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 561 SE->UniqueSCEVs.RemoveNode(this); in deleted() 572 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1212 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()
|