OSDN Git Service

Introduce a range version of std::any_of, and use it in SCEV
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 1 Dec 2015 07:49:23 +0000 (07:49 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 1 Dec 2015 07:49:23 +0000 (07:49 +0000)
commitb1ce35cdfb58d4e93de58445aef744cded16b386
tree2b666cee963a7c8b7dfcd3de36c06d888cb6d869
parentc8fda7a60ac134e3658d9db112319897b8a6f36f
Introduce a range version of std::any_of, and use it in SCEV

Reviewers: dblaikie, pcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D15063

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254390 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h
lib/Analysis/ScalarEvolution.cpp
tools/llvm-pdbdump/LinePrinter.cpp