Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h150 bool mergeTruncStoresBlock(MachineBasicBlock &MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp907 bool LoadStoreOpt::mergeTruncStoresBlock(MachineBasicBlock &BB) { in mergeTruncStoresBlock() function in LoadStoreOpt
929 Changed |= mergeTruncStoresBlock(BB); in mergeFunctionStores()