OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overdefined
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
73
///
overdefined
- This value is not known to be constant, and we know that
75
overdefined
enumerator in enum:__anon21686::LVILatticeVal::LatticeValueTy
109
bool isOverdefined() const { return Tag ==
overdefined
; }
131
Tag =
overdefined
;
214
// move to
overdefined
.
240
// move to
overdefined
.
281
return OS << "
overdefined
";
514
// lattice value to
overdefined
, so that cycles will terminate and be
538
<< "' -
overdefined
because inst def found.\n");
548
<< "' -
overdefined
because inst def found.\n")
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
66
/// with another (different) constant, it goes to
overdefined
, instead of
70
///
overdefined
- This instruction is not known to be constant, and we know
72
overdefined
enumerator in enum:__anon22285::LatticeVal::LatticeValueTy
90
bool isOverdefined() const { return getLatticeValue() ==
overdefined
; }
102
Val.setInt(
overdefined
);
119
"Cannot move from
overdefined
to constant!");
123
// Otherwise, we go to
overdefined
. Assumptions made based on the
126
Val.setInt(
overdefined
);
169
///
overdefined
, it's entry is simply removed from this map.
190
/// The reason for two worklists is that
overdefined
is the lowest stat
[
all
...]
Completed in 2163 milliseconds