Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1509 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in hoistScopeConditions() local
1517 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions() local
1671 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in assertBranchOrSelectConditionHoisted() local
1685 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted() local
1892 bool IsTrueBiased = Scope->TrueBiasedRegions.count(R); in fixupBranch() local
1936 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in fixupSelect() local
1957 void CHR::addToMergedCondition(bool IsTrueBiased, Value *Cond, in addToMergedCondition()