Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp306 DenseSet<SelectInst *> TrueBiasedSelects; member in __anon15e3d84c0211::CHRScope
1297 for (SelectInst *SI : Scope->TrueBiasedSelects) { in classifyBiasedScopes()
1322 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1337 Scope->TrueBiasedSelects.size() + in hasAtLeastTwoBiasedBranches()
1514 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in hoistScopeConditions()
1555 if (Scope->TrueBiasedSelects.count(SI)) { in negateICmpIfUsedByBranchOrSelectOnly()
1560 assert(Scope->TrueBiasedSelects.count(SI) == 0 && in negateICmpIfUsedByBranchOrSelectOnly()
1562 Scope->TrueBiasedSelects.insert(SI); in negateICmpIfUsedByBranchOrSelectOnly()
1645 if (Scope->TrueBiasedSelects.count(SI) || in assertCHRRegionsHaveBiasedBranchOrSelect()
1678 bool IsTrueBiased = Scope->TrueBiasedSelects.count(SI); in assertBranchOrSelectConditionHoisted()
[all …]