HomeSort by relevance Sort by last modified time
    Searched refs:simplifyUsersOfIV (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
44 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM,
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 373 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
375 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM,
390 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 607 // Implement the interface used by simplifyUsersOfIV.
    [all...]

Completed in 71 milliseconds