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

  /external/llvm/include/llvm/Analysis/
IVUsers.h 1 //===- llvm/Analysis/IVUsers.h - Induction Variable Users -------*- C++ -*-===//
30 class IVUsers;
38 friend class IVUsers;
40 IVStrideUse(IVUsers *P, Instruction* U, Value *O)
77 /// Parent - a pointer to the IVUsers that owns this IVStrideUse.
78 IVUsers *Parent;
120 class IVUsers : public LoopPass {
144 IVUsers();
  /external/llvm/lib/Analysis/
IVUsers.cpp 1 //===- IVUsers.cpp - Induction Variable Users -------------------*- C++ -*-===//
18 #include "llvm/Analysis/IVUsers.h"
36 char IVUsers::ID = 0;
37 INITIALIZE_PASS_BEGIN(IVUsers, "iv-users",
43 INITIALIZE_PASS_END(IVUsers, "iv-users",
47 return new IVUsers();
118 bool IVUsers::AddUsersImpl(Instruction *I,
123 // all IV users are members of the set. See IVUsers::isIVUserOrOperand.
130 // IVUsers is used by LSR which assumes that all SCEV expressions are safe to
166 // Only consider IVUsers that are dominated by simplified loo
    [all...]

Completed in 86 milliseconds