Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7044 SmallPtrSet<Instruction *, 1> UnhandledExts; in performAddressTypePromotion() local
7054 UnhandledExts.insert(AlreadySeen->second); in performAddressTypePromotion()
7082 if (!AllSeenFirst && !UnhandledExts.empty()) in performAddressTypePromotion()
7083 for (auto *VisitedSExt : UnhandledExts) { in performAddressTypePromotion()