Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp354 void addToMergedCondition(bool IsTrueBiased, Value *Cond,
1478 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1480 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions()
1488 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions()
1652 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted()
1858 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1883 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
1902 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1903 assert((IsTrueBiased || in fixupSelect()
1915 Value *NewCondition = IsTrueBiased ? in fixupSelect()
[all …]