Searched refs:isPromotableZeroStoreInst (Results 1 – 1 of 1) sorted by relevance
577 static bool isPromotableZeroStoreInst(MachineInstr &MI) { in isPromotableZeroStoreInst() function657 assert(isPromotableZeroStoreInst(*I) && isPromotableZeroStoreInst(*MergeMI) && in mergeNarrowZeroStores()1166 bool IsPromotableZeroStore = isPromotableZeroStoreInst(FirstMI); in findMatchingInsn()1567 assert(isPromotableZeroStoreInst(*MBBI) && "Expected narrow store."); in tryToMergeZeroStInst()1714 if (isPromotableZeroStoreInst(*MBBI) && tryToMergeZeroStInst(MBBI)) in optimizeBlock()