[Attributor] Create a call site position for AACalledges
authorKuter Dinel <kuterdinel@gmail.com>
Sun, 12 Sep 2021 03:02:51 +0000 (06:02 +0300)
committerKuter Dinel <kuterdinel@gmail.com>
Sun, 12 Sep 2021 22:17:05 +0000 (01:17 +0300)
commit2cc6f7c8e108fbc5b5acb513b1edc086ba21563a
tree6d29bb0789d9bff774dadd7f5c0c243ee3e5c306
parentfb7fbe4314f5e00ee47f87cf0b0fa56edd801236
[Attributor] Create a call site position for AACalledges

This patch adds a call site position for AACallEdges, this
allows us to ask questions about which functions a specific
`CallBase` might call.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D106208
llvm/lib/Transforms/IPO/AttributorAttributes.cpp