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.cpp120 using ProbabilityTable = std::map<CmpInst::Predicate, ProbabilityList>; typedef
123 static const ProbabilityTable PointerTable{
137 static const ProbabilityTable ICmpWithZeroTable{
145 static const ProbabilityTable ICmpWithMinusOneTable{
153 static const ProbabilityTable ICmpWithOneTable{
165 static const ProbabilityTable ICmpWithLibCallTable{
191 static const ProbabilityTable FCmpTable{
1000 ProbabilityTable::const_iterator Search; in calcZeroHeuristics()