Home
last modified time | relevance | path

Searched refs:areJTsAllowed (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp61 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1382 bool areJTsAllowed(const Function *Fn) const override;
DX86ISelLowering.cpp35167 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering
35173 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h438 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1227 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function