Searched refs:areJTsAllowed (Results 1 – 5 of 5) sorted by relevance
61 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
1382 bool areJTsAllowed(const Function *Fn) const override;
35167 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering35173 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
438 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
1227 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function