Home
last modified time | relevance | path

Searched defs:AddNode (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dschedule.cc53 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); } in AddNode() function in v8::internal::compiler::BasicBlock
184 void Schedule::AddNode(BasicBlock* block, Node* node) { in AddNode() function in v8::internal::compiler::Schedule
Draw-machine-assembler.cc358 Node* RawMachineAssembler::AddNode(const Operator* op, int input_count, in AddNode() function in v8::internal::compiler::RawMachineAssembler
Draw-machine-assembler.h641 Node* AddNode(const Operator* op) { in AddNode() function
646 Node* AddNode(const Operator* op, Node* n1, TArgs... args) { in AddNode() function
/external/v8/src/
Dfutex-emulation.cc44 void FutexWaitList::AddNode(FutexWaitListNode* node) { in AddNode() function in v8::internal::FutexWaitList
/external/v8/test/unittests/compiler/
Dschedule-unittest.cc97 TEST_F(ScheduleTest, AddNode) { in TEST_F() argument
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp52 void AddNode(unsigned Idx) { in AddNode() function in llvm::Graph::NodeSubset
/external/clang/lib/AST/
DASTDiagnostic.cpp663 void AddNode() { in AddNode() function in __anon20081d2c0111::TemplateDiff::DiffTree
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11021 SDValue &AddNode, in isMulAddWithConstProfitable()