OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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++ -*-===//
29
class
IVUsers
;
37
friend class
IVUsers
;
39
IVStrideUse(
IVUsers
*P, Instruction* U, Value *O)
76
/// Parent - a pointer to the
IVUsers
that owns this IVStrideUse.
77
IVUsers
*Parent;
119
class
IVUsers
: public LoopPass {
140
IVUsers
();
/external/llvm/lib/Analysis/
IVUsers.cpp
1
//===-
IVUsers
.cpp - Induction Variable Users -------------------*- C++ -*-===//
16
#include "llvm/Analysis/
IVUsers
.h"
33
char
IVUsers
::ID = 0;
34
INITIALIZE_PASS_BEGIN(
IVUsers
, "iv-users",
39
INITIALIZE_PASS_END(
IVUsers
, "iv-users",
43
return new
IVUsers
();
114
bool
IVUsers
::AddUsersImpl(Instruction *I,
117
// all IV users are members of the set. See
IVUsers
::isIVUserOrOperand.
124
//
IVUsers
is used by LSR which assumes that all SCEV expressions are safe to
156
// Only consider
IVUsers
that are dominated by simplified loo
[
all
...]
Completed in 45 milliseconds