Searched refs:isMatchingStore (Results 1 – 2 of 2) sorted by relevance
363 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() function564 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st."); in isLdOffsetInRangeOfSt()1074 if (MI.mayStore() && isMatchingStore(LoadMI, MI) && in findMatchingStore()
417 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() function604 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st."); in isLdOffsetInRangeOfSt()1129 if (MI.mayStore() && isMatchingStore(LoadMI, MI) && in findMatchingStore()