Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
354 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1478 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1480 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1488 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1652 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1858 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local1883 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()1902 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local1903 assert((IsTrueBiased || in fixupSelect()1915 Value *NewCondition = IsTrueBiased ? in fixupSelect()[all …]