Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c126 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 Darchive_ppmd7.c158 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 DFoldingSet.h210 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 DFoldingSet.cpp334 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp108 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp164 Nodes.RemoveNode(node); in collectNode()
H A DProgramState.cpp40 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp219 Diags.RemoveNode(orig); in HandlePathDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp561 SE->UniqueSCEVs.RemoveNode(this); in deleted()
572 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1212 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()