Lines Matching refs:IsTrueBiased
357 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1487 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1489 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1495 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1497 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1645 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1647 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()
1659 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1661 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1893 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1894 assert((IsTrueBiased || Scope->FalseBiasedRegions.count(R)) && in fixupBranch()
1917 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1936 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1937 assert((IsTrueBiased || in fixupSelect()
1946 addToMergedCondition(IsTrueBiased, Cond, SI, Scope, IRB, in fixupSelect()
1948 Value *NewCondition = IsTrueBiased ? in fixupSelect()
1956 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition() argument
1959 if (!IsTrueBiased) { in addToMergedCondition()