Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7703 DenseMap<MachineBasicBlock*, BranchProbability> JTProbs; in buildJumpTable() local
7707 JTProbs[Clusters[I].MBB] = BranchProbability::getZero(); in buildJumpTable()
7726 JTProbs[Clusters[I].MBB] += Clusters[I].Prob; in buildJumpTable()
7729 unsigned NumDests = JTProbs.size(); in buildJumpTable()
7748 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()