Lines Matching refs:IsTrueBiased
354 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1478 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1480 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1486 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1488 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1636 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1638 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()
1650 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1652 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1858 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1859 assert((IsTrueBiased || Scope->FalseBiasedRegions.count(R)) && in fixupBranch()
1883 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1902 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1903 assert((IsTrueBiased || in fixupSelect()
1913 addToMergedCondition(IsTrueBiased, Cond, SI, Scope, IRB, in fixupSelect()
1915 Value *NewCondition = IsTrueBiased ? in fixupSelect()
1923 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition() argument
1926 if (!IsTrueBiased) { in addToMergedCondition()