Searched refs:targetNode (Results 1 – 1 of 1) sorted by relevance
311 CallGraphNode *targetNode) in ResolvedCall()312 : call(call), sourceNode(sourceNode), targetNode(targetNode) {} in ResolvedCall()314 CallGraphNode *sourceNode, *targetNode; member348 if (!targetNode->isExternal()) in collectCallOps()349 calls.emplace_back(call, sourceNode, targetNode); in collectCallOps()449 if (resolvedCall.targetNode->getCallableRegion()->isAncestor( in shouldInline()520 Region *targetRegion = it.targetNode->getCallableRegion(); in inlineCallsInSCC()524 bool inlineInPlace = useList.hasOneUseAndDiscardable(it.targetNode); in inlineCallsInSCC()560 useList.mergeUsesAfterInlining(it.targetNode, it.sourceNode); in inlineCallsInSCC()567 useList.eraseNode(it.targetNode); in inlineCallsInSCC()[all …]