HomeSort by relevance Sort by last modified time
    Searched defs:SCEVExpander (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 37 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
96 SCEVExpander *SE;
102 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
130 friend struct SCEVVisitor<SCEVExpander, Value*>;
133 /// \brief Construct a SCEVExpander in "canonical" mode.
134 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
144 ~SCEVExpander() {
317 /// into the program. The inserted code is inserted into the SCEVExpander's
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
97 SCEVExpander *SE;
103 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE)
131 friend struct SCEVVisitor<SCEVExpander, Value*>;
134 /// Construct a SCEVExpander in "canonical" mode.
135 explicit SCEVExpander(ScalarEvolution &se, const DataLayout &DL,
145 ~SCEVExpander() {
200 /// program. The inserted code is inserted into the SCEVExpander's current
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 25 /// SCEVExpander - This class uses information about analyze scalars to
31 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> {
79 friend struct SCEVVisitor<SCEVExpander, Value*>;
82 /// SCEVExpander - Construct a SCEVExpander in "canonical" mode.
83 explicit SCEVExpander(ScalarEvolution &se, const char *name)
194 /// SCEVExpander's current insertion point. If a type is specified, the

Completed in 550 milliseconds