Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9689 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local
9690 if (!Visited.insert(ChainNext).second) in findConsecutiveLoad()
9693 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) { in findConsecutiveLoad()
9699 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()
9700 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()
9704 LoadRoots.insert(ChainNext); in findConsecutiveLoad()