Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5351 SmallPtrSet<Instruction *, 1> UnhandledExts; in performAddressTypePromotion() local
5361 UnhandledExts.insert(AlreadySeen->second); in performAddressTypePromotion()
5389 if (!AllSeenFirst && !UnhandledExts.empty()) in performAddressTypePromotion()
5390 for (auto VisitedSExt : UnhandledExts) { in performAddressTypePromotion()