Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp419 DenseMap<SelectInst *, BranchProbability> SelectBiasMap; member in __anon566c75c30211::CHR
694 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect() argument
704 SelectBiasMap); in checkBiasedSelect()
838 SelectBiasMap)) in findScope()
1928 assert(SelectBiasMap.find(SI) != SelectBiasMap.end() && in fixupSelect()
1930 BranchProbability Bias = SelectBiasMap[SI]; in fixupSelect()