Searched refs:IsConditional (Results 1 – 3 of 3) sorted by relevance
1411 bool IsConditional; in emitInstruction() local1413 IsConditional = true; in emitInstruction()1418 IsConditional = false; in emitInstruction()1425 if (IsConditional) { in emitInstruction()1483 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