Searched refs:SeenChainsForSExt (Results 1 – 1 of 1) sorted by relevance
305 DenseMap<Value *, Instruction *> SeenChainsForSExt; member in __anon1b21b1700111::CodeGenPrepare556 SeenChainsForSExt.clear(); in runOnFunction()6275 SeenChainsForSExt.find(HeadOfChain); in performAddressTypePromotion()6278 if (AlreadySeen != SeenChainsForSExt.end()) { in performAddressTypePromotion()6292 SeenChainsForSExt[HeadOfChain] = nullptr; in performAddressTypePromotion()6303 SeenChainsForSExt[HeadOfChain] = Inst; in performAddressTypePromotion()6323 SeenChainsForSExt[HeadOfChain] = nullptr; in performAddressTypePromotion()