Home
last modified time | relevance | path

Searched refs:IsTrueBiased (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp397 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1464 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1466 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() local
1875 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1894 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1895 assert((IsTrueBiased || in fixupSelect()
1907 Value *NewCondition = IsTrueBiased ? in fixupSelect()
[all …]