Searched refs:IsConditional (Results 1 – 4 of 4) sorted by relevance
154 uint64_t Count, bool IsConditional) { in extTSPScore() argument158 IsConditional ? FallthroughWeightCond in extTSPScore()165 IsConditional ? ForwardWeightCond in extTSPScore()171 IsConditional ? BackwardWeightCond in extTSPScore()276 bool IsConditional{false}; member655 Jump.IsConditional = OutDegree[Jump.Source->Index] > 1; in initialize()840 Jump->IsConditional); in extTSPScore()1444 bool IsConditional = OutDegree[Edge.src] > 1; in calcExtTspScore() local1446 Edge.count, IsConditional); in calcExtTspScore()
1622 bool IsConditional; in emitInstruction() local1624 IsConditional = true; in emitInstruction()1629 IsConditional = false; in emitInstruction()1636 if (IsConditional) { in emitInstruction()1694 if (IsConditional) in emitInstruction()
656 unsigned IsConditional : 1;660 bool isConditional() const { return IsConditional; }822 (Header.IsConditional ? sizeof(ActiveFlag) : 0));829 if (Header.IsConditional)
677 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()686 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()696 const bool IsConditional = false; member