Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8252 DenseMap<MachineBasicBlock*, BranchProbability> JTProbs; in buildJumpTable() local
8256 JTProbs[Clusters[I].MBB] = BranchProbability::getZero(); in buildJumpTable()
8275 JTProbs[Clusters[I].MBB] += Clusters[I].Prob; in buildJumpTable()
8278 unsigned NumDests = JTProbs.size(); in buildJumpTable()
8297 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()