LLVM 22.0.0git
LowerTypeTests.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Support/Compiler.h"
#include <cstdint>
#include <cstring>
#include <limits>
#include <set>
#include <vector>

Go to the source code of this file.

Classes

struct  llvm::lowertypetests::BitSetInfo
struct  llvm::lowertypetests::BitSetBuilder
struct  llvm::lowertypetests::GlobalLayoutBuilder
 This class implements a layout algorithm for globals referenced by bit sets that tries to keep members of small bit sets together. More...
struct  llvm::lowertypetests::ByteArrayBuilder
 This class is used to build a byte array containing overlapping bit sets. More...
class  llvm::LowerTypeTestsPass
class  llvm::SimplifyTypeTestsPass

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::lowertypetests

Enumerations

enum class  llvm::lowertypetests::DropTestKind { llvm::lowertypetests::None , llvm::lowertypetests::Assume , llvm::lowertypetests::All }
 Specifies how to drop type tests. More...

Functions

LLVM_ABI bool llvm::lowertypetests::isJumpTableCanonical (Function *F)