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
.
99
///
ComputeInstructionState
- Given an instruction and a vector of its operand
101
virtual LatticeVal
ComputeInstructionState
(Instruction &I, SparseSolver &SS) {
/external/llvm/lib/Analysis/
SparsePropagation.cpp
235
LatticeVal IV = LatticeFunc->
ComputeInstructionState
(PN, *this);
285
LatticeVal IV = LatticeFunc->
ComputeInstructionState
(I, *this);
Completed in 389 milliseconds