OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatticeFunc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
SparsePropagation.cpp
58
if (
LatticeFunc
->IsUntrackedValue(V))
59
return
LatticeFunc
->getUntrackedVal();
61
LV =
LatticeFunc
->ComputeConstant(C);
63
LV =
LatticeFunc
->ComputeArgument(A);
66
LV =
LatticeFunc
->getOverdefinedVal();
69
LV =
LatticeFunc
->getUndefVal();
72
if (LV ==
LatticeFunc
->getUntrackedVal())
139
if (BCValue ==
LatticeFunc
->getOverdefinedVal() ||
140
BCValue ==
LatticeFunc
->getUntrackedVal()) {
147
if (BCValue ==
LatticeFunc
->getUndefVal()
[
all
...]
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
115
///
LatticeFunc
- This is the object that knows the lattice and how to do
117
AbstractLatticeFunction *
LatticeFunc
;
136
:
LatticeFunc
(Lattice) {}
137
~SparseSolver() { delete
LatticeFunc
; }
150
return I != ValueState.end() ? I->second :
LatticeFunc
->getUntrackedVal();
Completed in 52 milliseconds