Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp165 bool DisableGenericCombines; member in __anon666e37100111::DAGCombiner
251 DisableGenericCombines = STI && STI->disableGenericCombines(OptLevel); in DAGCombiner()
2003 if (!DisableGenericCombines) in combine()