Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
355 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1477 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1479 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1485 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local1487 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1635 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local1637 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()1649 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local1651 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1884 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local[all …]