Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp62 bool GIMatchTableExecutor::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in GIMatchTableExecutor
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h744 LLVM_ABI bool isObviouslySafeToFold(MachineInstr &MI,
H A DGIMatchTableExecutorImpl.h973 if (!isObviouslySafeToFold(*State.MIs[K], Root)) { in executeMatchTable()