Searched refs:isPromotableZeroStoreInst (Results 1 – 1 of 1) sorted by relevance
646 static bool isPromotableZeroStoreInst(MachineInstr &MI) { in isPromotableZeroStoreInst() function741 assert(isPromotableZeroStoreInst(*I) && isPromotableZeroStoreInst(*MergeMI) && in mergeNarrowZeroStores()1697 bool IsPromotableZeroStore = isPromotableZeroStoreInst(FirstMI); in findMatchingInsn()2286 assert(isPromotableZeroStoreInst(*MBBI) && "Expected narrow store."); in tryToMergeZeroStInst()2478 if (isPromotableZeroStoreInst(*MBBI) && tryToMergeZeroStInst(MBBI)) in optimizeBlock()