Home
last modified time | relevance | path

Searched defs:condNode (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp1645 TIntermTyped &condNode = *ifThenElseNode->getCondition(); in visitIfElse() local
2289 TIntermTyped *condNode = loopNode->getCondition(); in visitForLoop() local
2331 TIntermTyped *condNode = loopNode->getCondition(); in visitWhileLoop() local
2351 TIntermTyped *condNode = loopNode->getCondition(); in visitDoWhileLoop() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc433 void FunctionBlock::ConditionalJump(AnfNodePtr condNode, const FunctionBlockPtr &true_block, in ConditionalJump()