Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/exit/
H A Datexit.c84 static struct node* RemoveNode(struct node *node) in RemoveNode() function
150 node = RemoveNode(node); in __cxa_finalize()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles_test.cc233 graph_cycles.RemoveNode(ptr(node)); in TEST()
337 graph_cycles.RemoveNode(ptr(node)); in TEST()
438 TEST_F(GraphCyclesTest, RemoveNode) { in TEST_F()
443 g_.RemoveNode(g_.Ptr(id_[3])); in TEST_F()
H A Dgraphcycles.h74 void RemoveNode(void* ptr);
H A Dgraphcycles.cc437 void GraphCycles::RemoveNode(void* ptr) { in RemoveNode() function in absl::synchronization_internal::__anon19421::GraphCycles
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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); } in RemoveNode() function in llvm::FoldingSetImpl
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc34 void RemoveNode(FutexWaitListNode* node);
177 g_wait_list.Pointer()->RemoveNode(node); in NotifyAsyncWaiter()
215 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { in RemoveNode() function in v8::internal::FutexWaitList
494 g_wait_list.Pointer()->RemoveNode(node); in WaitSync()
733 g_wait_list.Pointer()->RemoveNode(old_node); in Wake()
864 g_wait_list.Pointer()->RemoveNode(node); in HandleAsyncWaiterTimeout()
/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc378 block->RemoveNode(block->begin() + node_pos); in EliminateRedundantPhiNodes()
403 from->RemoveNode(from->begin() + i); in MovePhis()
H A Dschedule.h103 void RemoveNode(iterator it) { nodes_.erase(it); } in RemoveNode() function in v8::internal::compiler::final
H A Draw-machine-assembler.cc187 true_block->RemoveNode(true_block->begin()); in OptimizeControlFlow()
189 false_block->RemoveNode(false_block->begin()); in OptimizeControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp100 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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) { in RemoveNode() function in FoldingSetBase
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc1426 deadlock_graph->RemoveNode(this); in ForgetDeadlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp478 SE->UniqueSCEVs.RemoveNode(this); in deleted()
486 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp900 Erased = CSEMap.RemoveNode(N);

Completed in 42 milliseconds