Lines Matching refs:CaseRange
68 struct CaseRange { struct in __anon1982c9500111::LowerSwitch
73 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() function
77 typedef std::vector<CaseRange> CaseVector;
78 typedef std::vector<CaseRange>::iterator CaseItr;
87 BasicBlock *newLeafBlock(CaseRange &Leaf, Value *Val, BasicBlock *OrigBlock,
95 bool operator () (const LowerSwitch::CaseRange& C1, in operator ()()
96 const LowerSwitch::CaseRange& C2) { in operator ()()
230 std::vector<CaseRange> LHS(Begin, Begin + Mid); in switchConvert()
232 std::vector<CaseRange> RHS(Begin + Mid, End); in switchConvert()
235 CaseRange &Pivot = *(Begin + Mid); in switchConvert()
301 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
366 Cases.push_back(CaseRange(i.getCaseValue(), i.getCaseValue(), in Clusterify()
489 [PopSucc](const CaseRange &R) { return R.BB == PopSucc; }), in processSwitchInst()