Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6286 SmallPtrSet<Instruction *, 1> UnhandledExts; in performAddressTypePromotion() local
6296 UnhandledExts.insert(AlreadySeen->second); in performAddressTypePromotion()
6324 if (!AllSeenFirst && !UnhandledExts.empty()) in performAddressTypePromotion()
6325 for (auto *VisitedSExt : UnhandledExts) { in performAddressTypePromotion()