Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13426 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local
13427 if (!Visited.insert(ChainNext).second) in findConsecutiveLoad()
13430 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) { in findConsecutiveLoad()
13436 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()
13437 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()
13441 LoadRoots.insert(ChainNext); in findConsecutiveLoad()