Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp169 TIntermBlock *nodeBody = node->getBody(); in CreateFromBody() local
170 if (nodeBody != nullptr) in CreateFromBody()
172 newBody->getSequence()->push_back(nodeBody); in CreateFromBody()
173 *bodyEndsInBranchOut = EndsInBranch(nodeBody); in CreateFromBody()