Searched refs:replace_empty_with_nop (Results 1 – 1 of 1) sorted by relevance
56 static std::unique_ptr<Statement> replace_empty_with_nop(std::unique_ptr<Statement> stmt, in replace_empty_with_nop() function89 return replace_empty_with_nop(std::move(ifTrue), trueIsEmpty); in Make()91 return replace_empty_with_nop(std::move(ifFalse), falseIsEmpty); in Make()98 ifTrue = replace_empty_with_nop(std::move(ifTrue), trueIsEmpty); in Make()