Home
last modified time | relevance | path

Searched +defs:node +defs:tar (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.cc160 Instr *tar = i->extra_jump(); in CalculateOffset() local
386 size_t tar = i->extra_jump()->bci(); in CopyInstr() local
435 Instr *tar = (*i)->extra_jump(); in EraseUnusedInstr() local
487 for (const auto &node : i.second) { in PrintAlive() local
504 ValueNode *node = nodes_->operations[index]; in MarkAlive() local
512 int CodeGenerator::AllocLocal(ValueNode *node, int index) { in AllocLocal()
546 void CodeGenerator::LoadValue(ValueNode *node) { in LoadValue()
607 void CodeGenerator::BuildOper(ValueNode *node, int index) { in BuildOper()
1319 size_t tar = (size_t)list[start_bci]->extra_jump()->bci(); in FindWithBlockEnd() local
1340 Instr *tar = list[start]->extra_jump(); in FindTryBlockEnd() local
/third_party/toybox/toys/posix/
Dtar.c176 static int add_to_tar(struct dirtree *node) in add_to_tar()
546 struct tar_hdr tar; in unpack_tar() local