Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp391 DenseMap<SelectInst *, BranchProbability> SelectBiasMap; member in __anon784f818e0111::CHR
663 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect() argument
672 SelectBiasMap); in checkBiasedSelect()
823 SelectBiasMap)) in findScope()
1938 assert(SelectBiasMap.contains(SI) && "Must be in the bias map"); in fixupSelect()
1939 BranchProbability Bias = SelectBiasMap[SI]; in fixupSelect()