Home | History | Annotate | Download | only in Analysis

Lines Matching full:users

1 //===- IVUsers.cpp - Induction Variable Users -------------------*- C++ -*-===//
10 // This file implements bookkeeping for "interesting" users of expressions
15 #define DEBUG_TYPE "iv-users"
34 INITIALIZE_PASS_BEGIN(IVUsers, "iv-users",
35 "Induction Variable Users", false, true)
39 INITIALIZE_PASS_END(IVUsers, "iv-users",
40 "Induction Variable Users", false, true)
112 /// reducible SCEV, recursively add its users to the IVUsesByStride set and
117 // all IV users are members of the set. See IVUsers::isIVUserOrOperand.
207 // SCEVExpander can only handle users that are dominated by simplified loop
250 OS << "IV Users for loop ";