Searched refs:isMatchingStore (Results 1 – 1 of 1) sorted by relevance
378 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() function624 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st."); in isLdOffsetInRangeOfSt()1252 if (MI.mayStore() && isMatchingStore(LoadMI, MI) && in findMatchingStore()