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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h98 /// bool WasRemoved = MyFoldingSet.RemoveNode(M);
196 /// RemoveNode - Remove a node from the folding set, returning true if one
198 bool RemoveNode(Node *N);
430 /// RemoveNode - Remove a node from the folding set, returning true if one
432 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } function in class:llvm::FoldingSetImpl
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c158 static void *RemoveNode(CPpmd7 *p, unsigned indx) function
257 return RemoveNode(p, indx);
270 retVal = RemoveNode(p, i);
279 return RemoveNode(p, indx);
302 void *ptr = RemoveNode(p, i1);
430 c1 = (CTX_PTR)RemoveNode(p, 0);
H A Darchive_ppmd8.c126 static void *RemoveNode(CPpmd8 *p, unsigned indx) function
212 return RemoveNode(p, indx);
225 retVal = RemoveNode(p, i);
234 return RemoveNode(p, indx);
257 void *ptr = RemoveNode(p, i1);
290 ptr = RemoveNode(p, indx);
681 c1 = (CTX_PTR)RemoveNode(p, 0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp373 /// RemoveNode - Remove a node from the folding set, returning true if one was
375 bool FoldingSetBase::RemoveNode(Node *N) { function in class:FoldingSetBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp100 bool Removed = CSEMap.RemoveNode(UMI);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp166 Nodes.RemoveNode(node);
H A DProgramState.cpp39 Mgr.StateSet.RemoveNode(s);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp221 Diags.RemoveNode(orig);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp478 SE->UniqueSCEVs.RemoveNode(this);
486 SE->UniqueSCEVs.RemoveNode(this);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp900 Erased = CSEMap.RemoveNode(N);

Completed in 176 milliseconds