Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
357 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1487 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1489 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1495 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local1497 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1645 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local1647 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()1659 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local1661 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1893 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local[all …]