Lines Matching refs:IsTrueBiased
394 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1506 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1508 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1514 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1516 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1664 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1666 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()
1678 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1680 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1886 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1887 assert((IsTrueBiased || Scope->FalseBiasedRegions.count(R)) && in fixupBranch()
1911 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1930 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1931 assert((IsTrueBiased || in fixupSelect()
1941 addToMergedCondition(IsTrueBiased, Cond, SI, Scope, IRB, in fixupSelect()
1943 Value *NewCondition = IsTrueBiased ? in fixupSelect()
1951 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition() argument
1956 if (IsTrueBiased) { in addToMergedCondition()