Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode()
285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState() function