Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.cpp66 static bool ends_with_branch(const Statement& stmt) { in ends_with_branch() function
71 return ends_with_branch(*b.fStatements.back()); in ends_with_branch()
1100 if (!ends_with_branch(*i.fIfTrue)) { in compileIf()
1106 if (!ends_with_branch(*i.fIfFalse)) { in compileIf()
1137 if (!ends_with_branch(*f.fStatement)) { in compileFor()
1165 if (!ends_with_branch(*d.fStatement)) { in compileDo()
1188 if (!ends_with_branch(*w.fStatement)) { in compileWhile()
1789 if (!ends_with_branch(*f.fBody)) { in compileFunction()