Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
397 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1464 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1466 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1474 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1645 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1850 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local1875 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()1894 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local1895 assert((IsTrueBiased || in fixupSelect()1907 Value *NewCondition = IsTrueBiased ? in fixupSelect()[all …]