Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp116 using ProbabilityTable = std::map<CmpInst::Predicate, ProbabilityList>; typedef
119 static const ProbabilityTable PointerTable{
133 static const ProbabilityTable ICmpWithZeroTable{
141 static const ProbabilityTable ICmpWithMinusOneTable{
149 static const ProbabilityTable ICmpWithOneTable{
161 static const ProbabilityTable ICmpWithLibCallTable{
187 static const ProbabilityTable FCmpTable{
996 ProbabilityTable::const_iterator Search; in calcZeroHeuristics()