HomeSort by relevance Sort by last modified time
    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 235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this);
285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this);

Completed in 30 milliseconds