Searched refs:getTrueBlock (Results 1 – 3 of 3) sorted by relevance
340 if (node->getTrueBlock()) { in visitSelection()342 node->getTrueBlock()->traverse(this); in visitSelection()
622 TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
1547 TIntermNode *trueBlock = node->getTrueBlock(); in visitSelection()2706 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()