Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp152 bool DisableGenericCombines; member in __anonc943a8c40111::DAGCombiner
244 DisableGenericCombines = STI && STI->disableGenericCombines(OptLevel); in DAGCombiner()
1747 if (!DisableGenericCombines) in combine()