OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeInstructionState
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
76
/// one that the we want to handle through
ComputeInstructionState
.
101
///
ComputeInstructionState
- Given an instruction and a vector of its operand
103
virtual LatticeVal
ComputeInstructionState
(Instruction &I, SparseSolver &SS) {
/external/llvm/lib/Analysis/
SparsePropagation.cpp
234
LatticeVal IV = LatticeFunc->
ComputeInstructionState
(PN, *this);
284
LatticeVal IV = LatticeFunc->
ComputeInstructionState
(I, *this);
Completed in 187 milliseconds