Home
last modified time | relevance | path

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

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