Lines Matching refs:ifDepth
1213 ifDepth--; in ELSE()
1215 BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1218 if(isConditionalIf[ifDepth]) in ELSE()
1233 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1235 ifDepth++; in ELSE()
1240 ifDepth--; in ENDIF()
1242 BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1247 if(isConditionalIf[ifDepth]) in ENDIF()
1326 ASSERT(ifDepth < 24 + 4); in IFb()
1340 isConditionalIf[ifDepth] = false; in IFb()
1341 ifFalseBlock[ifDepth] = falseBlock; in IFb()
1343 ifDepth++; in IFb()
1391 isConditionalIf[ifDepth] = true; in IF()
1392 ifFalseBlock[ifDepth] = falseBlock; in IF()
1394 ifDepth++; in IF()