Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1487 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in hoistScopeConditions() local
1495 if (!(IsTrueBiased || IsFalseBiased)) in hoistScopeConditions() local
1645 if (RI.HasBranch && (IsTrueBiased || IsFalseBiased)) { in assertBranchOrSelectConditionHoisted() local
1659 if (!(IsTrueBiased || IsFalseBiased)) in assertBranchOrSelectConditionHoisted() local
1893 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); fixupBranch() local
1936 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); fixupSelect() local
1956 addToMergedCondition(bool IsTrueBiased,Value * Cond,Instruction * BranchOrSelect,CHRScope * Scope,IRBuilder<> & IRB,Value * & MergedCondition) addToMergedCondition() argument
[all...]