Home
last modified time | relevance | path

Searched refs:isInvariantStore (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp892 static bool isInvariantStore(const MachineInstr &MI, in isInvariantStore() function
950 if (UseMI.mayStore() && isInvariantStore(UseMI, TRI, MRI)) in isCopyFeedingInvariantStore()
962 !(HoistConstStores && isInvariantStore(I, TRI, MRI))) { in IsLICMCandidate()