Searched defs:ScalarEvolution (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1 //===- llvm/Analysis/ScalarEvolution.h - Scalar Evolution -------*- C++ -*-===//
10 // The ScalarEvolution class is an LLVM pass which can be used to analyze and
42 class ScalarEvolution;
61 /// The ScalarEvolution's BumpPtrAllocator holds the data.
168 /// ScalarEvolution - This class is the main scalar evolution driver. Because
172 class ScalarEvolution : public FunctionPass { class in namespace:llvm
191 /// visible in the ScalarEvolution name space.
206 /// SCEVCallbackVH - A CallbackVH to arrange for ScalarEvolution to be
209 ScalarEvolution *SE;
213 SCEVCallbackVH(Value *V, ScalarEvolution *S
[all...]

Completed in 33 milliseconds