Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp435 DenseMap<BasicBlock *, APInt> Popularity; in ProcessSwitchInst() local
465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst()