OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OverdefinedVal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
48
LatticeVal UndefVal,
OverdefinedVal
, UntrackedVal;
50
AbstractLatticeFunction(LatticeVal undefVal, LatticeVal
overdefinedVal
,
53
OverdefinedVal
=
overdefinedVal
;
59
LatticeVal getOverdefinedVal() const { return
OverdefinedVal
; }
/external/llvm/lib/Analysis/
SparsePropagation.cpp
34
else if (V ==
OverdefinedVal
)
Completed in 37 milliseconds