Searched refs:Pivot (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 40 int Pivot = charTailAt(*Begin, Pos); in multikey_qsort() local 45 if (C > Pivot) in multikey_qsort() 47 else if (C < Pivot) in multikey_qsort() 55 if (Pivot != -1) { in multikey_qsort()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 235 CaseRange &Pivot = *(Begin + Mid); in switchConvert() local 237 << Pivot.Low->getValue() in switchConvert() 238 << " -" << Pivot.High->getValue() << "\n"); in switchConvert() 244 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() 281 Val, Pivot.Low, "Pivot"); in switchConvert()
|
/external/llvm/test/Transforms/LowerSwitch/ |
D | feature.ll | 50 ;CHECK-NEXT: %Pivot = icmp slt i32 %tmp158, 0 51 ;CHECK-NEXT: br i1 %Pivot, label %LeafBlock, label %bb338
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8419 const ConstantInt *Pivot = PivotCluster->Low; in splitWorkItem() local 8431 (FirstLeft->High->getValue() + 1LL) == Pivot->getValue()) { in splitWorkItem() 8437 {LeftMBB, FirstLeft, LastLeft, W.GE, Pivot, W.DefaultProb / 2}); in splitWorkItem() 8453 {RightMBB, FirstRight, LastRight, Pivot, W.LT, W.DefaultProb / 2}); in splitWorkItem() 8459 CaseBlock CB(ISD::SETLT, Cond, Pivot, nullptr, LeftMBB, RightMBB, W.MBB, in splitWorkItem()
|