MLIR
20.0.0git
|
This struct represents a resolved call to a given callgraph node. More...
#include "mlir/Transforms/Inliner.h"
Public Member Functions | |
ResolvedCall (CallOpInterface call, CallGraphNode *sourceNode, CallGraphNode *targetNode) | |
Public Attributes | |
CallOpInterface | call |
CallGraphNode * | sourceNode |
CallGraphNode * | targetNode |
This struct represents a resolved call to a given callgraph node.
Given that the call does not actually contain a direct reference to the Region(CallGraphNode) that it is dispatching to, we need to resolve them explicitly.
|
inline |
CallGraphNode* mlir::Inliner::ResolvedCall::sourceNode |
Definition at line 80 of file Inliner.h.
Referenced by isProfitableToInline().
CallGraphNode * mlir::Inliner::ResolvedCall::targetNode |
Definition at line 80 of file Inliner.h.
Referenced by isProfitableToInline().