OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isoverdefined
(Results
1 - 13
of
13
) sorted by null
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h
88
bool
isOverdefined
() const { return Tag == overdefined; }
117
if (
isOverdefined
())
179
if (RHS.isUndefined() ||
isOverdefined
())
181
if (RHS.
isOverdefined
()) {
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
94
bool
isOverdefined
() const { return getLatticeValue() == overdefined; }
103
if (
isOverdefined
())
321
if (IV.
isOverdefined
())
366
if (IV.
isOverdefined
() || MergeWithV.isUnknown())
368
if (MergeWithV.
isOverdefined
())
670
// 4. If V <- x (op) y && (
isOverdefined
(x) ||
isOverdefined
(y)) V = Overdefined
683
if (getValueState(&PN).
isOverdefined
())
705
if (IV.
isOverdefined
()) // PHI node becomes overdefined!
773
if (OpSt.
isOverdefined
()) // Inherit overdefinedness of operan
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp
92
bool
isOverdefined
() const { return getLatticeValue() == overdefined; }
101
if (
isOverdefined
())
320
if (IV.
isOverdefined
())
336
if (IV.
isOverdefined
())
359
if (IV.
isOverdefined
() || MergeWithV.isUndefined())
361
if (MergeWithV.
isOverdefined
())
690
// 4. If V <- x (op) y && (
isOverdefined
(x) ||
isOverdefined
(y)) V = Overdefined
703
if (getValueState(&PN).
isOverdefined
()) {
740
if (IV.
isOverdefined
()) // PHI node becomes overdefined
[
all
...]
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
124
bool
isOverdefined
() const { return Tag == overdefined; }
144
if (
isOverdefined
())
207
if (RHS.isUndefined() ||
isOverdefined
()) return false;
208
if (RHS.
isOverdefined
()) return markOverdefined();
286
if (Val.
isOverdefined
())
335
if (A.
isOverdefined
())
337
if (B.
isOverdefined
())
438
if (Result.
isOverdefined
())
470
bool
isOverdefined
(Value *V, BasicBlock *BB) const {
480
if (
isOverdefined
(V, BB)
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp
104
bool
isOverdefined
() const { return Tag == overdefined; }
124
if (
isOverdefined
())
187
if (RHS.isUndefined() ||
isOverdefined
()) return false;
188
if (RHS.
isOverdefined
()) return markOverdefined();
275
if (Val.
isOverdefined
())
391
if (changed && BBLV.
isOverdefined
())
655
if (Result.
isOverdefined
()) {
673
assert(!Result.
isOverdefined
());
697
if (Result.
isOverdefined
()) {
709
assert(!Result.
isOverdefined
() && "Possible PHI in entry block?")
[
all
...]
/external/llvm/test/Transforms/CorrelatedValuePropagation/
select.ll
145
; Conflicting constants (i.e.
isOverdefined
result)
Completed in 305 milliseconds