Lines Matching refs:ifDepth
29 ifDepth = 0; in VertexProgram()
1175 ifDepth--; in ELSE()
1177 llvm::BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1180 if(isConditionalIf[ifDepth]) in ELSE()
1195 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1197 ifDepth++; in ELSE()
1202 ifDepth--; in ENDIF()
1204 llvm::BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1209 if(isConditionalIf[ifDepth]) in ENDIF()
1293 ASSERT(ifDepth < 24 + 4); in IFb()
1307 isConditionalIf[ifDepth] = false; in IFb()
1308 ifFalseBlock[ifDepth] = falseBlock; in IFb()
1310 ifDepth++; in IFb()
1358 isConditionalIf[ifDepth] = true; in IF()
1359 ifFalseBlock[ifDepth] = falseBlock; in IF()
1361 ifDepth++; in IF()