Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:LoadRoot

9720       SDNode *LoadRoot = Queue.pop_back_val();
9721 if (!Visited.insert(LoadRoot).second)
9724 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot))
9728 for (SDNode::use_iterator UI = LoadRoot->use_begin(),
9729 UE = LoadRoot->use_end(); UI != UE; ++UI)
9731 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) ||