Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp126 if (!HasSetupMF) { in combineMachineInstrs()
127 HasSetupMF = true; in combineMachineInstrs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h49 bool HasSetupMF = false; variable