Searched refs:IsConditional (Results 1 – 6 of 6) 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()
1847 bool IsConditional; in emitInstruction() local1849 IsConditional = true; in emitInstruction()1854 IsConditional = false; in emitInstruction()1861 if (IsConditional) { in emitInstruction()1919 if (IsConditional) in emitInstruction()
1380 bool IsConditional = TC.getOpcode() == X86::JCC_1; in LowerPATCHABLE_TAIL_CALL() local1382 if (IsConditional) { in LowerPATCHABLE_TAIL_CALL()1434 if (IsConditional) in LowerPATCHABLE_TAIL_CALL()
2178 bool IsConditional = false; variable2186 IsConditional = true; in VPReductionRecipe()2232 bool isConditional() const { return IsConditional; }; in isConditional()
727 unsigned IsConditional : 1;731 bool isConditional() const { return IsConditional; }893 (Header.IsConditional ? sizeof(ActiveFlag) : 0));900 if (Header.IsConditional)
677 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()686 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()696 const bool IsConditional = false; member