Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp356 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1486 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1488 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1496 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1660 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1892 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1916 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1935 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1936 assert((IsTrueBiased || in fixupSelect()
1947 Value *NewCondition = IsTrueBiased ? in fixupSelect()
[all …]