Lines Matching refs:targetNode
303 CallGraphNode *targetNode) in ResolvedCall()
304 : call(call), sourceNode(sourceNode), targetNode(targetNode) {} in ResolvedCall()
306 CallGraphNode *sourceNode, *targetNode; member
339 CallGraphNode *targetNode = cg.resolveCallable(call, symbolTable); in collectCallOps() local
340 if (!targetNode->isExternal()) in collectCallOps()
341 calls.emplace_back(call, sourceNode, targetNode); in collectCallOps()
416 if (resolvedCall.targetNode->getCallableRegion()->isAncestor( in shouldInline()
465 Region *targetRegion = it.targetNode->getCallableRegion(); in inlineCallsInSCC()
469 bool inlineInPlace = useList.hasOneUseAndDiscardable(it.targetNode); in inlineCallsInSCC()
482 useList.mergeUsesAfterInlining(it.targetNode, it.sourceNode); in inlineCallsInSCC()
489 useList.eraseNode(it.targetNode); in inlineCallsInSCC()
490 deadNodes.push_back(it.targetNode); in inlineCallsInSCC()