Searched refs:shouldPromote (Results 1 – 2 of 2) sorted by relevance
157 bool shouldPromote(Value *V);371 bool TypePromotion::shouldPromote(Value *V) { in shouldPromote() function in TypePromotion765 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()789 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()837 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
7368 bool shouldPromote(const Instruction *ToBePromoted) const { in shouldPromote() function in __anon78e22a881711::VectorPromoteHelper7520 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()