Home
last modified time | relevance | path

Searched defs:setMinimumJumpTableEntries (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1805 void TargetLoweringBase::setMinimumJumpTableEntries(unsigned Val) { in setMinimumJumpTableEntries() function in TargetLoweringBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2002 void TargetLoweringBase::setMinimumJumpTableEntries(unsigned Val) { in setMinimumJumpTableEntries() function in TargetLoweringBase
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetLowering.h1341 void setMinimumJumpTableEntries(int Val) { in setMinimumJumpTableEntries() function