Searched refs:IsConditional (Results 1 – 4 of 4) sorted by relevance
129 uint64_t Count, bool IsConditional) { in extTSPScore() argument133 IsConditional ? FallthroughWeightCond in extTSPScore()140 IsConditional ? ForwardWeightCond in extTSPScore()146 IsConditional ? BackwardWeightCond in extTSPScore()239 bool IsConditional{false}; member in __anone35372fe0111::Jump541 Jump.IsConditional = OutDegree[Jump.Source->Index] > 1; in initialize()719 Jump->IsConditional); in extTSPScore()998 bool IsConditional = OutDegree[Pred] > 1; in calcExtTspScore() local1000 IsConditional); in calcExtTspScore()
1563 bool IsConditional; in emitInstruction() local1565 IsConditional = true; in emitInstruction()1570 IsConditional = false; in emitInstruction()1577 if (IsConditional) { in emitInstruction()1635 if (IsConditional) in emitInstruction()
648 unsigned IsConditional : 1;652 bool isConditional() const { return IsConditional; }814 (Header.IsConditional ? sizeof(ActiveFlag) : 0));821 if (Header.IsConditional)
664 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()673 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()683 const bool IsConditional = false; member