LLVM 22.0.0git
Scalar.h File Reference
#include "llvm/Support/Compiler.h"
#include "llvm/Transforms/Utils/SimplifyCFGOptions.h"
#include <functional>

Go to the source code of this file.

Namespaces

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

Functions

LLVM_ABI FunctionPassllvm::createDeadCodeEliminationPass ()
LLVM_ABI FunctionPassllvm::createDeadStoreEliminationPass ()
LLVM_ABI FunctionPassllvm::createSROAPass (bool PreserveCFG=true)
LLVM_ABI Passllvm::createLICMPass ()
LLVM_ABI Passllvm::createLoopStrengthReducePass ()
LLVM_ABI Passllvm::createLoopTermFoldPass ()
LLVM_ABI Passllvm::createLoopUnrollPass (int OptLevel=2, bool OnlyWhenForced=false, bool ForgetAllSCEV=false, int Threshold=-1, int Count=-1, int AllowPartial=-1, int Runtime=-1, int UpperBound=-1, int AllowPeeling=-1)
LLVM_ABI FunctionPassllvm::createReassociatePass ()
LLVM_ABI FunctionPassllvm::createCFGSimplificationPass (SimplifyCFGOptions Options=SimplifyCFGOptions(), std::function< bool(const Function &)> Ftor=nullptr)
LLVM_ABI FunctionPassllvm::createFlattenCFGPass ()
LLVM_ABI Passllvm::createStructurizeCFGPass (bool SkipUniformRegions=false)
 When SkipUniformRegions is true the structizer will not structurize regions that only contain uniform branches.
LLVM_ABI FunctionPassllvm::createTailCallEliminationPass ()
LLVM_ABI FunctionPassllvm::createEarlyCSEPass (bool UseMemorySSA=false)
LLVM_ABI FunctionPassllvm::createConstantHoistingPass ()
LLVM_ABI FunctionPassllvm::createSinkingPass ()
LLVM_ABI Passllvm::createLowerAtomicPass ()
LLVM_ABI Passllvm::createMergeICmpsLegacyPass ()
LLVM_ABI FunctionPassllvm::createInferAddressSpacesPass (unsigned AddressSpace=~0u)
LLVM_ABI FunctionPassllvm::createPartiallyInlineLibCallsPass ()
LLVM_ABI FunctionPassllvm::createSeparateConstOffsetFromGEPPass (bool LowerGEP=false)
LLVM_ABI FunctionPassllvm::createSpeculativeExecutionPass ()
LLVM_ABI FunctionPassllvm::createSpeculativeExecutionIfHasBranchDivergencePass ()
LLVM_ABI FunctionPassllvm::createStraightLineStrengthReducePass ()
LLVM_ABI FunctionPassllvm::createNaryReassociatePass ()
LLVM_ABI FunctionPassllvm::createLoopDataPrefetchPass ()
LLVM_ABI FunctionPassllvm::createInstSimplifyLegacyPass ()
LLVM_ABI FunctionPassllvm::createScalarizeMaskedMemIntrinLegacyPass ()

Variables

LLVM_ABI charllvm::InferAddressSpacesID