Return true if F should use a canonical jump table.

Synopsis

Declared in <llvm/Transforms/IPO/LowerTypeTests.h>

bool
isJumpTableCanonical(Function* F);

Return Value

True if F should use a canonical jump table.

Parameters

Name

Description

F

Function whose jump‐table canonicity is queried.

Created with MrDocs