Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
394 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1501 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1503 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1509 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local1511 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1659 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local1661 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()1673 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local1675 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1881 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local[all …]