Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp419 DenseMap<SelectInst *, BranchProbability> SelectBiasMap; member in __anon15e3d84c0211::CHR
694 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect() argument
704 SelectBiasMap); in checkBiasedSelect()
843 SelectBiasMap)) in findScope()
1933 assert(SelectBiasMap.find(SI) != SelectBiasMap.end() && in fixupSelect()
1935 BranchProbability Bias = SelectBiasMap[SI]; in fixupSelect()