Searched refs:IsConditional (Results 1 – 6 of 6) sorted by relevance
154 uint64_t Count, bool IsConditional) {158 IsConditional ? FallthroughWeightCond165 IsConditional ? ForwardWeightCond in score() 171 IsConditional ? BackwardWeightCond in setMergeType() 276 bool IsConditional{false}; in isCold() 655 Jump.IsConditional = OutDegree[Jump.Source->Index] > 1; in mergeForcedPairs() 840 Jump->IsConditional); in getBestMergeGain() 1444 bool IsConditional = OutDegree[Edge.src] > 1;1446 Edge.count, IsConditional);133 extTSPScore(uint64_t SrcAddr,uint64_t SrcSize,uint64_t DstAddr,uint64_t Count,bool IsConditional) extTSPScore() argument 252 bool IsConditional{false}; global() member 1029 bool IsConditional = OutDegree[Pred] > 1; calcExtTspScore() local
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