Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp355 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1477 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1479 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1485 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1487 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1635 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1637 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted()
1649 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1651 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1884 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
[all …]