Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp394 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1506 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1508 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() local
1911 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1930 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1931 assert((IsTrueBiased || in fixupSelect()
1943 Value *NewCondition = IsTrueBiased ? in fixupSelect()
[all …]