Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
356 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1486 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1488 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1496 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1660 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1892 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local1916 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()1935 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local1936 assert((IsTrueBiased || in fixupSelect()1947 Value *NewCondition = IsTrueBiased ? in fixupSelect()[all …]