diff options
author | Max Kazantsev <max.kazantsev@azul.com> | 2018-02-22 06:27:32 +0000 |
---|---|---|
committer | Max Kazantsev <max.kazantsev@azul.com> | 2018-02-22 06:27:32 +0000 |
commit | 80843a0acc781190632bfdd99bd2283977103ae8 (patch) | |
tree | ca2d3fee19c3ae951af0275eda889426b37b3243 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c419df9066b730916e1033ea4200ea77358ecbce (diff) | |
download | bcm5719-llvm-80843a0acc781190632bfdd99bd2283977103ae8.tar.gz bcm5719-llvm-80843a0acc781190632bfdd99bd2283977103ae8.zip |
[SCEV][NFC] Factor out common logic into a separate method
SCEV has multiple occurences of code when we need to prove some predicate on
every iteration of a loop and do it with invocations of couple `isLoopEntryGuardedByCond`,
`isLoopBackedgeGuardedByCond`. This patch factors out these two calls into a separate
method. It is a preparation step to extend this logic: it is not the only way how we can prove
such conditions.
Differential Revision: https://reviews.llvm.org/D43373
llvm-svn: 325745
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions