OSDN Git Service

[SCEV] Have ExitNotTakenInfo keep a pointer to its predicate; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sun, 25 Sep 2016 23:12:04 +0000 (23:12 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Sun, 25 Sep 2016 23:12:04 +0000 (23:12 +0000)
commit347d5b64324d300ea40cee67e332ccd8669fa08a
treed908ac3d5d1d5ff181a17f8d42596fcc71741f9d
parenta2d692b82c8dde9a5c0ce4d07ba2475523fc8c20
[SCEV] Have ExitNotTakenInfo keep a pointer to its predicate; NFC

SCEVUnionPredicate is a "heavyweight" structure, so it is beneficial to
store the (optional) data out of line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282366 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/ScalarEvolution.cpp