Searched refs:IsConditional (Results 1 – 3 of 3) sorted by relevance
1491 bool IsConditional; in emitInstruction() local1493 IsConditional = true; in emitInstruction()1498 IsConditional = false; in emitInstruction()1505 if (IsConditional) { in emitInstruction()1563 if (IsConditional) in emitInstruction()
647 unsigned IsConditional : 1;651 bool isConditional() const { return IsConditional; }813 (Header.IsConditional ? sizeof(ActiveFlag) : 0));820 if (Header.IsConditional)
660 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()669 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()679 const bool IsConditional = false; member