14#ifndef LLVM_TRANSFORMS_SCALAR_FLOAT2INT_H
15#define LLVM_TRANSFORMS_SCALAR_FLOAT2INT_H
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Generic implementation of equivalence classes through the use Tarjan's efficient union-find algorithm...
This file implements a map that provides insertion order iteration.
This header defines various interfaces for pass management in LLVM.
This file implements a set that has insertion order iteration characteristics.
A container for analyses that lazily runs them and caches their results.
This class represents a range of values.
A parsed version of the target data layout string in and methods for querying it.
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree.
EquivalenceClasses - This represents a collection of equivalence classes and supports three efficient...
bool runImpl(Function &F, const DominatorTree &DT)
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
This is an important class for using LLVM in a threaded context.
This class implements a map that also provides access to all stored values in a deterministic order.
A set of analyses that are preserved following a run of a transformation pass.
A SetVector that performs no allocations if smaller than a certain size.
The instances of the Type class are immutable: once they are created, they are never changed.
LLVM Value Representation.
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.