Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h146 bool mergeFunctionStores(MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp925 bool LoadStoreOpt::mergeFunctionStores(MachineFunction &MF) { in mergeFunctionStores() function in LoadStoreOpt
988 Changed |= mergeFunctionStores(MF); in runOnMachineFunction()