Home
last modified time | relevance | path

Searched refs:fFoundLoopExit (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/transform/
H A DSkSLEliminateUnreachableCode.cpp26 fFoundLoopExit.push(false); in EliminateUnreachableCode()
35 if (fFoundFunctionExit.top() || fFoundLoopExit.top()) { in EliminateUnreachableCode()
59 fFoundLoopExit.top() = true; in EliminateUnreachableCode()
76 fFoundLoopExit.push(false); in EliminateUnreachableCode()
78 fFoundLoopExit.pop(); in EliminateUnreachableCode()
85 fFoundLoopExit.push(false); in EliminateUnreachableCode()
87 fFoundLoopExit.pop(); in EliminateUnreachableCode()
98 fFoundLoopExit.push(false); in EliminateUnreachableCode()
101 bool foundLoopExitOnTrue = fFoundLoopExit.top(); in EliminateUnreachableCode()
103 fFoundLoopExit in EliminateUnreachableCode()
130 std::stack<bool> fFoundLoopExit; EliminateUnreachableCode() member in SkSL::UnreachableCodeEliminator
[all...]

Completed in 1 milliseconds