Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp62 bool GIMatchTableExecutor::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in GIMatchTableExecutor
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h690 bool isObviouslySafeToFold(MachineInstr &MI, MachineInstr &IntoMI) const;
H A DGIMatchTableExecutorImpl.h906 if (!isObviouslySafeToFold(*State.MIs[InsnID], *State.MIs[0])) { in executeMatchTable()