Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6252 SmallPtrSet<Instruction *, 1> UnhandledExts; in performAddressTypePromotion() local
6262 UnhandledExts.insert(AlreadySeen->second); in performAddressTypePromotion()
6290 if (!AllSeenFirst && !UnhandledExts.empty()) in performAddressTypePromotion()
6291 for (auto *VisitedSExt : UnhandledExts) { in performAddressTypePromotion()