Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26309 StoreSDNode *STChain = St; in parallelizeChainedStores() local
26345 while (StoreSDNode *Chain = dyn_cast<StoreSDNode>(STChain->getChain())) { in parallelizeChainedStores()
26375 STChain = Chain; in parallelizeChainedStores()
26384 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores()
26418 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()
26425 AddToWorklist(STChain); in parallelizeChainedStores()