Searched refs:ToBePromoted (Results 1 – 1 of 1) sorted by relevance
6087 void promoteImpl(Instruction *ToBePromoted);6211 return isa<BinaryOperator>(ToBePromoted); in canPromote()6249 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()6274 promoteImpl(ToBePromoted); in promote()6298 ToBePromoted->mutateType(TransitionTy); in promoteImpl()6302 for (Use &U : ToBePromoted->operands()) { in promoteImpl()6319 Transition->moveAfter(ToBePromoted); in promoteImpl()6358 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()6368 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()6373 VPH.enqueueForPromotion(ToBePromoted); in optimizeExtractElementInst()[all …]