Lines Matching refs:RootNode
1429 auto RootNode = It->second; in identifyNodes() local
1430 assert(RootNode->Operation == in identifyNodes()
1434 auto *R = cast<Instruction>(RootNode->Real); in identifyNodes()
1435 auto *I = cast<Instruction>(RootNode->Imag); in identifyNodes()
1443 auto RootNode = identifyRoot(RootI); in identifyNodes() local
1444 if (!RootNode) in identifyNodes()
1455 RootToNode[RootI] = RootNode; in identifyNodes()
1551 auto RootNode = prepareCompositeNode( in identifyReductionNodes() local
1553 RootNode->addOperand(Node); in identifyReductionNodes()
1554 RootToNode[Real] = RootNode; in identifyReductionNodes()
1555 RootToNode[Imag] = RootNode; in identifyReductionNodes()
1556 submitCompositeNode(RootNode); in identifyReductionNodes()
2054 auto RootNode = RootToNode[RootInstruction]; in replaceNodes() local
2055 Value *R = replaceNode(Builder, RootNode.get()); in replaceNodes()
2057 if (RootNode->Operation == in replaceNodes()
2059 auto *RootReal = cast<Instruction>(RootNode->Real); in replaceNodes()
2060 auto *RootImag = cast<Instruction>(RootNode->Imag); in replaceNodes()