Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance
394 void addToMergedCondition(bool IsTrueBiased, Value *Cond,1506 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local1508 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()1516 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()1680 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()1886 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local1911 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()1930 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local1931 assert((IsTrueBiased || in fixupSelect()1943 Value *NewCondition = IsTrueBiased ? in fixupSelect()[all …]