Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23006 StoreSDNode *STChain = St; in parallelizeChainedStores() local
23037 while (StoreSDNode *Chain = dyn_cast<StoreSDNode>(STChain->getChain())) { in parallelizeChainedStores()
23067 STChain = Chain; in parallelizeChainedStores()
23076 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores()
23110 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()
23117 AddToWorklist(STChain); in parallelizeChainedStores()