Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h309 unsigned First, unsigned Last, unsigned MinDensity);
DSelectionDAGBuilder.cpp8348 unsigned MinDensity = JumpTableDensity; in findJumpTables() local
8350 MinDensity = OptsizeJumpTableDensity; in findJumpTables()
8352 && isDense(Clusters, &TotalCases[0], 0, N - 1, MinDensity)) { in findJumpTables()
8397 if (isDense(Clusters, &TotalCases[0], i, j, MinDensity)) { in findJumpTables()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1453 const unsigned MinDensity = getMinimumJumpTableDensity(OptForSize); in isSuitableForJumpTable() local
1459 (NumCases * 100 >= Range * MinDensity); in isSuitableForJumpTable()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1637 const unsigned MinDensity = getMinimumJumpTableDensity(OptForSize); in isSuitableForJumpTable() local
1643 (NumCases * 100 >= Range * MinDensity); in isSuitableForJumpTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5596 uint64_t MinDensity = 40; in isSwitchDense() local
5598 return NumCases * 100 >= Range * MinDensity; in isSwitchDense()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5750 uint64_t MinDensity = 40; in isSwitchDense() local
5752 return NumCases * 100 >= Range * MinDensity; in isSwitchDense()