Searched refs:ComputeInstructionState (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h76 /// 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) { function in class:llvm::AbstractLatticeFunction
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp234 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this);
284 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this);

Completed in 104 milliseconds