Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLIfStatement.cpp56 static std::unique_ptr<Statement> replace_empty_with_nop(std::unique_ptr<Statement> stmt, in replace_empty_with_nop() function
89 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()