Searched refs:isMatchingStore (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp417 static unsigned isMatchingStore(MachineInstr *LoadInst, function
603 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st.");
1036 if (MI->mayStore() && isMatchingStore(FirstMI, MI) &&

Completed in 46 milliseconds