Searched refs:getMinimumJumpTableEntries (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h715 /// getMinimumJumpTableEntries - return integer threshold on number of
717 int getMinimumJumpTableEntries() const { function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2118 if (!areJTsAllowed(TLI) || TSize.ult(TLI.getMinimumJumpTableEntries()))
2593 // N defaults to 4 and is controlled via TLS.getMinimumJumpTableEntries().

Completed in 145 milliseconds