Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp309 struct ResolvedCall { struct
310 ResolvedCall(CallOpInterface call, CallGraphNode *sourceNode, in ResolvedCall() argument
324 SmallVectorImpl<ResolvedCall> &calls, in collectCallOps()
430 SmallVector<ResolvedCall, 8> calls;
441 static bool shouldInline(ResolvedCall &resolvedCall) { in shouldInline()
503 ResolvedCall it = calls[i]; in inlineCallsInSCC()