Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13456 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local
13457 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()
13460 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()
13464 for (SDNode *U : LoadRoot->uses()) in findConsecutiveLoad()
13466 cast<MemSDNode>(U)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()