Searched refs:replace_empty_with_nop (Results 1 – 1 of 1) sorted by relevance
51 static std::unique_ptr<Statement> replace_empty_with_nop(std::unique_ptr<Statement> stmt, in replace_empty_with_nop() function84 return replace_empty_with_nop(std::move(ifTrue), trueIsEmpty); in Make()86 return replace_empty_with_nop(std::move(ifFalse), falseIsEmpty); in Make()93 ifTrue = replace_empty_with_nop(std::move(ifTrue), trueIsEmpty); in Make()