Searched refs:ForceToWhileCond (Results 1 – 3 of 3) sorted by relevance
61 CNodePtr ForceToWhileCond(const AnfNodePtr &cond);
402 CNodePtr FunctionBlock::ForceToWhileCond(const AnfNodePtr &cond) { in ForceToWhileCond() function in mindspore::parse::FunctionBlock
1213 condition_node = header_block->ForceToWhileCond(condition_node); in ParseWhile()