Searched refs:IsConditional (Results 1 – 3 of 3) sorted by relevance
1441 bool IsConditional; in emitInstruction() local1443 IsConditional = true; in emitInstruction()1448 IsConditional = false; in emitInstruction()1455 if (IsConditional) { in emitInstruction()1513 if (IsConditional) in emitInstruction()
609 unsigned IsConditional : 1;613 bool isConditional() const { return IsConditional; }775 (Header.IsConditional ? sizeof(ActiveFlag) : 0));782 if (Header.IsConditional)
656 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()665 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()675 const bool IsConditional = false; member