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