Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp364 SDValue ForwardStoreValueToDirectLoad(LoadSDNode *LD);
15516 SDValue DAGCombiner::ForwardStoreValueToDirectLoad(LoadSDNode *LD) { in ForwardStoreValueToDirectLoad() function in DAGCombiner
15704 if (auto V = ForwardStoreValueToDirectLoad(LD)) in visitLOAD()