Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc40 matured_ = false; in FunctionBlock()
115 if (matured_) { in ReadVariable()
148 if (matured_) { in ReadVariable()
359 if (!prev->matured_) { in CollectRemovablePhi()
391 matured_ = true; in Mature()
Dfunction_block.h113 bool matured_; variable