Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp390 DenseMap<SelectInst *, BranchProbability> SelectBiasMap; member in __anone1ce48180111::CHR
662 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect() argument
671 SelectBiasMap); in checkBiasedSelect()
822 SelectBiasMap)) in findScope()
1930 assert(SelectBiasMap.contains(SI) && "Must be in the bias map"); in fixupSelect()
1931 BranchProbability Bias = SelectBiasMap[SI]; in fixupSelect()