Home
last modified time | relevance | path

Searched refs:eliminateIVUser (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp78 bool eliminateIVUser(Instruction *UseInst, Instruction *IVOperand);
246 bool SimplifyIndvar::eliminateIVUser(Instruction *UseInst, in eliminateIVUser() function in SimplifyIndvar
361 if (eliminateIVUser(UseOper.first, IVOperand)) { in simplifyUsers()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp74 bool eliminateIVUser(Instruction *UseInst, Instruction *IVOperand);
423 bool SimplifyIndvar::eliminateIVUser(Instruction *UseInst, in eliminateIVUser() function in SimplifyIndvar
638 if (eliminateIVUser(UseOper.first, IVOperand)) { in simplifyUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp85 bool eliminateIVUser(Instruction *UseInst, Instruction *IVOperand);
613 bool SimplifyIndvar::eliminateIVUser(Instruction *UseInst, in eliminateIVUser() function in SimplifyIndvar
922 if (eliminateIVUser(UseInst, IVOperand)) { in simplifyUsers()