Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h205 bool RemoveNode(Node *N);
447 bool RemoveNode(T *N) { in RemoveNode() function
448 return FoldingSetBase::RemoveNode(N); in RemoveNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp382 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp103 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp165 Nodes.RemoveNode(node); in collectNode()
H A DProgramState.cpp39 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp222 Diags.RemoveNode(orig); in HandlePathDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp509 SE->UniqueSCEVs.RemoveNode(this); in deleted()
517 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1020 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()