OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVUsers
(Results
1 - 6
of
6
) 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
...]
Android.mk
22
IVUsers
.cpp \
/external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h
25
class
IVUsers
;
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
21
#include "llvm/Analysis/
IVUsers
.h"
55
SmallVectorImpl<WeakVH> &Dead,
IVUsers
*IVU = NULL) :
289
/// This is similar to
IVUsers
' isInteresting() but processes each instruction
311
/// This algorithm does not require
IVUsers
analysis. Instead, it simplifies
313
/// variables bottom-up from their users, it transforms a chain of
IVUsers
317
/// Once DisableIVRewrite is default, LSR will be the only client of
IVUsers
.
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
63
#include "llvm/Analysis/
IVUsers
.h"
[
all
...]
Completed in 390 milliseconds