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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SCCPSolver.h 65 /// trackValueOfGlobalVariable - Clients can use this method to
69 void trackValueOfGlobalVariable(GlobalVariable *GV);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 357 void trackValueOfGlobalVariable(GlobalVariable *GV) {
1593 void SCCPSolver::trackValueOfGlobalVariable(GlobalVariable *GV) {
1594 Visitor->trackValueOfGlobalVariable(GV);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp 452 Solver.trackValueOfGlobalVariable(&G);

Completed in 34 milliseconds