Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp336 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp175 Nodes.RemoveNode(node); in collectNode()
H A DProgramState.cpp38 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
H A DPathDiagnostic.cpp275 Diags.RemoveNode(orig); in HandlePathDiagnostic()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h152 bool RemoveNode(Node *N);
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp370 SE->UniqueSCEVs.RemoveNode(this); in deleted()
381 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp803 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()