OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrInitValueState
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
SparsePropagation.cpp
46
///
getOrInitValueState
- Return the LatticeVal object that corresponds to the
52
SparseSolver::LatticeVal SparseSolver::
getOrInitValueState
(Value *V) {
134
BCValue =
getOrInitValueState
(BI->getCondition());
176
SCValue =
getOrInitValueState
(SI.getCondition());
240
LatticeVal PNIV =
getOrInitValueState
(&PN);
263
LatticeVal OpVal =
getOrInitValueState
(PN.getIncomingValue(i));
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
151
/// unlike the
getOrInitValueState
method.
157
///
getOrInitValueState
- Return the LatticeVal object that corresponds to the
163
LatticeVal
getOrInitValueState
(Value *V);
Completed in 54 milliseconds