Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h199 bool RemoveNode(Node *N);
433 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } in RemoveNode() function
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFoldingSet.cpp376 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp84 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp166 Nodes.RemoveNode(node); in collectNode()
H A DProgramState.cpp40 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
H A DPathDiagnostic.cpp296 Diags.RemoveNode(orig); in HandlePathDiagnostic()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp453 SE->UniqueSCEVs.RemoveNode(this); in deleted()
461 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp882 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()