Searched refs:Popularity (Results 1 – 1 of 1) sorted by relevance
435 DenseMap<BasicBlock *, APInt> Popularity; in ProcessSwitchInst() local465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst()