HomeSort by: relevance | last modified time | path
    Searched refs:removeLatticeValueFor (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SCCPSolver.h 106 void removeLatticeValueFor(Value *V);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 415 void removeLatticeValueFor(Value *V) { ValueState.erase(V); }
1636 void SCCPSolver::removeLatticeValueFor(Value *V) {
1637 return Visitor->removeLatticeValueFor(V);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp 179 Solver.removeLatticeValueFor(&Inst);

Completed in 22 milliseconds