Searched refs:areJTsAllowed (Results 1 – 7 of 7) sorted by relevance
1004 bool areJTsAllowed(const Function *Fn) const override;
26435 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering26441 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
270 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
861 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
2005 static inline bool areJTsAllowed(const TargetLowering &TLI) { in areJTsAllowed() function2033 if (!areJTsAllowed(TLI) || TSize.ult(4)) in handleJTSwitchCase()2184 if (areJTsAllowed(TLI)) { in handleBTSplitSwitchCase()
8232 static inline bool areJTsAllowed(const TargetLowering &TLI, in areJTsAllowed() function8331 if (!areJTsAllowed(TLI, SI)) in findJumpTables()
9441 if (!TLI.areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()