Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp274 DenseSet<SelectInst *> TrueBiasedSelects; member in __anon784f818e0111::CHRScope
1277 for (SelectInst *SI : Scope->TrueBiasedSelects) { in classifyBiasedScopes()
1302 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1317 Scope->TrueBiasedSelects.size() + in hasAtLeastTwoBiasedBranches()
1494 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions()
1535 if (Scope->TrueBiasedSelects.count(SI)) { in negateICmpIfUsedByBranchOrSelectOnly()
1540 assert(!Scope->TrueBiasedSelects.contains(SI) && in negateICmpIfUsedByBranchOrSelectOnly()
1542 Scope->TrueBiasedSelects.insert(SI); in negateICmpIfUsedByBranchOrSelectOnly()
1625 if (Scope->TrueBiasedSelects.count(SI) || in assertCHRRegionsHaveBiasedBranchOrSelect()
1658 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted()
[all …]