Lines Matching refs:IsTrueBiased
397 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1464 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1466 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1472 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1474 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1629 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1631 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()
1643 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1645 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1850 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1851 assert((IsTrueBiased || Scope->FalseBiasedRegions.count(R)) && in fixupBranch()
1875 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1894 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1895 assert((IsTrueBiased || in fixupSelect()
1905 addToMergedCondition(IsTrueBiased, Cond, SI, Scope, IRB, in fixupSelect()
1907 Value *NewCondition = IsTrueBiased ? in fixupSelect()
1915 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition() argument
1920 if (IsTrueBiased) { in addToMergedCondition()