Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp422 DenseMap<SelectInst *, BranchProbability> SelectBiasMap; member in __anon5bb62add0211::CHR
678 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect() argument
688 SelectBiasMap); in checkBiasedSelect()
822 SelectBiasMap)) in findScope()
1897 assert(SelectBiasMap.find(SI) != SelectBiasMap.end() && in fixupSelect()
1899 BranchProbability Bias = SelectBiasMap[SI]; in fixupSelect()