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
57
if (
LatticeFunc
->IsUntrackedValue(V))
58
return
LatticeFunc
->getUntrackedVal();
60
LV =
LatticeFunc
->ComputeConstant(C);
62
LV =
LatticeFunc
->ComputeArgument(A);
65
LV =
LatticeFunc
->getOverdefinedVal();
68
LV =
LatticeFunc
->getUndefVal();
71
if (LV ==
LatticeFunc
->getUntrackedVal())
138
if (BCValue ==
LatticeFunc
->getOverdefinedVal() ||
139
BCValue ==
LatticeFunc
->getUntrackedVal()) {
146
if (BCValue ==
LatticeFunc
->getUndefVal()
[
all
...]
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
118
///
LatticeFunc
- This is the object that knows the lattice and how to do
120
AbstractLatticeFunction *
LatticeFunc
;
138
:
LatticeFunc
(Lattice) {}
140
delete
LatticeFunc
;
154
return I != ValueState.end() ? I->second :
LatticeFunc
->getUntrackedVal();
Completed in 35 milliseconds