Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp440 unsigned MaxPop = 0; in processSwitchInst() local
466 if ((Pop += N) > MaxPop) { in processSwitchInst()
467 MaxPop = Pop; in processSwitchInst()
485 assert(MaxPop > 0 && PopSucc); in processSwitchInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8496 unsigned MaxPop = 0; in visitSwitch() local
8500 if (++Popularity[BB] > MaxPop) { in visitSwitch()
8501 MaxPop = Popularity[BB]; in visitSwitch()
8506 assert(MaxPop > 0 && MaxBB); in visitSwitch()