Lines Matching refs:IsTrueBiased
356 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1486 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1488 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1494 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1496 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1644 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1646 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()
1658 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1660 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1892 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1893 assert((IsTrueBiased || Scope->FalseBiasedRegions.count(R)) && in fixupBranch()
1916 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1935 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1936 assert((IsTrueBiased || in fixupSelect()
1945 addToMergedCondition(IsTrueBiased, Cond, SI, Scope, IRB, in fixupSelect()
1947 Value *NewCondition = IsTrueBiased ? in fixupSelect()
1955 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition() argument
1958 if (!IsTrueBiased) { in addToMergedCondition()