Home
last modified time | relevance | path

Searched refs:func_block_list_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h259 func_block_list_.push_back(block); in MakeFunctionBlock()
277 std::vector<FunctionBlockPtr> func_block_list_; variable
Dparse.cc305 for (auto &func_block_item : func_block_list_) { in ParseFunction()
1932 for (FunctionBlockPtr &block : func_block_list_) { in RemoveUnnecessaryPhis()
1950 for (FunctionBlockPtr &block : func_block_list_) { in RemoveUnnecessaryPhis()