Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool DisableGenericCombines; member in __anon54f00e400111::DAGCombiner
241 DisableGenericCombines = STI && STI->disableGenericCombines(OptLevel); in DAGCombiner()
1821 if (!DisableGenericCombines) in combine()