Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp161 bool DisableGenericCombines; member in __anonffc06dc60111::DAGCombiner
253 DisableGenericCombines = STI && STI->disableGenericCombines(OptLevel); in DAGCombiner()
2087 if (!DisableGenericCombines) in combine()