Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp266 DenseSet<SelectInst *> TrueBiasedSelects; member in __anonfd3f65480111::CHRScope
1269 for (SelectInst *SI : Scope->TrueBiasedSelects) { in classifyBiasedScopes()
1294 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1309 Scope->TrueBiasedSelects.size() + in hasAtLeastTwoBiasedBranches()
1486 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions()
1527 if (Scope->TrueBiasedSelects.count(SI)) { in negateICmpIfUsedByBranchOrSelectOnly()
1532 assert(!Scope->TrueBiasedSelects.contains(SI) && in negateICmpIfUsedByBranchOrSelectOnly()
1534 Scope->TrueBiasedSelects.insert(SI); in negateICmpIfUsedByBranchOrSelectOnly()
1617 if (Scope->TrueBiasedSelects.count(SI) || in assertCHRRegionsHaveBiasedBranchOrSelect()
1650 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted()
[all …]