Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1487 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1495 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1645 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1659 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1887 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1931 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1952 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition()