Lines Matching defs:StoreNode
134 cl::desc("Limit the number of times for the same StoreNode and RootNode "
186 /// Map from candidate StoreNode to the pair of RootNode and count.
187 /// The count is used to track how many times we have seen the StoreNode
190 /// consider the StoreNode with the same RootNode as store merging
20945 // Check if the pair of StoreNode and the RootNode already bail out many
20947 auto OverLimitInDependenceCheck = [&](SDNode *StoreNode,
20949 auto RootCount = StoreRootCountMap.find(StoreNode);
21053 // If the searching bail out, record the StoreNode and RootNode in the
21055 // we won't add the StoreNode into StoreNodes set again.