Lines Matching refs:ifDepth
1508 ifDepth--; in ELSE()
1510 BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1513 if(isConditionalIf[ifDepth]) in ELSE()
1528 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1530 ifDepth++; in ELSE()
1535 ifDepth--; in ENDIF()
1537 BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1542 if(isConditionalIf[ifDepth]) in ENDIF()
1621 ASSERT(ifDepth < 24 + 4); in IFb()
1635 isConditionalIf[ifDepth] = false; in IFb()
1636 ifFalseBlock[ifDepth] = falseBlock; in IFb()
1638 ifDepth++; in IFb()
1686 isConditionalIf[ifDepth] = true; in IF()
1687 ifFalseBlock[ifDepth] = falseBlock; in IF()
1689 ifDepth++; in IF()