Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp392 DenseMap<SelectInst *, BranchProbability> SelectBiasMap; member in __anon50f5060f0111::CHR
664 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect() argument
673 SelectBiasMap); in checkBiasedSelect()
824 SelectBiasMap)) in findScope()
1934 assert(SelectBiasMap.find(SI) != SelectBiasMap.end() && in fixupSelect()
1936 BranchProbability Bias = SelectBiasMap[SI]; in fixupSelect()