Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11234 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local
11235 if (!Visited.insert(ChainNext).second) in findConsecutiveLoad()
11238 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) { in findConsecutiveLoad()
11244 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()
11245 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()
11249 LoadRoots.insert(ChainNext); in findConsecutiveLoad()