Searched refs:isPromotableZeroStoreInst (Results 1 – 1 of 1) sorted by relevance
644 static bool isPromotableZeroStoreInst(MachineInstr &MI) { in isPromotableZeroStoreInst() function739 assert(isPromotableZeroStoreInst(*I) && isPromotableZeroStoreInst(*MergeMI) && in mergeNarrowZeroStores()1695 bool IsPromotableZeroStore = isPromotableZeroStoreInst(FirstMI); in findMatchingInsn()2284 assert(isPromotableZeroStoreInst(*MBBI) && "Expected narrow store."); in tryToMergeZeroStInst()2472 if (isPromotableZeroStoreInst(*MBBI) && tryToMergeZeroStInst(MBBI)) in optimizeBlock()