Home
last modified time | relevance | path

Searched defs:ResolvedCall (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Transforms/
H A DInliner.h75 struct ResolvedCall { struct
76 ResolvedCall(CallOpInterface call, CallGraphNode *sourceNode, in ResolvedCall() argument
88 /// It might be the case that the ResolvedCall does not provide argument
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp32 using ResolvedCall = Inliner::ResolvedCall; typedef