Lines Matching refs:ifDepth
1477 ifDepth--; in ELSE()
1479 BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1482 if(isConditionalIf[ifDepth]) in ELSE()
1497 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1499 ifDepth++; in ELSE()
1504 ifDepth--; in ENDIF()
1506 BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1511 if(isConditionalIf[ifDepth]) in ENDIF()
1590 ASSERT(ifDepth < 24 + 4); in IFb()
1604 isConditionalIf[ifDepth] = false; in IFb()
1605 ifFalseBlock[ifDepth] = falseBlock; in IFb()
1607 ifDepth++; in IFb()
1655 isConditionalIf[ifDepth] = true; in IF()
1656 ifFalseBlock[ifDepth] = falseBlock; in IF()
1658 ifDepth++; in IF()