Searched refs:SafeToPromote (Results 1 – 1 of 1) sorted by relevance
122 SmallPtrSetImpl<Instruction*> *SafeToPromote; member in __anon96a67c9e0111::IRPromoter141 SmallPtrSetImpl<Instruction*> &SafeToPromote);148 SmallPtrSet<Instruction*, 8> SafeToPromote; member in __anon96a67c9e0111::ARMCodeGenPrepare491 if (SafeToPromote->count(I)) { in PrepareConstants()606 if (!shouldPromote(I) || SafeToPromote->count(I) || NewInsts.count(I)) in PromoteTree()753 SmallPtrSetImpl<Instruction*> &SafeToPromote) { in Mutate() argument765 this->SafeToPromote = &SafeToPromote; in Mutate()873 if (SafeToPromote.count(I)) in isLegalToPromote()877 SafeToPromote.insert(I); in isLegalToPromote()913 SafeToPromote.clear(); in TryToPromote()[all …]