Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp155 bool DisableGenericCombines; member in __anon001c44270111::DAGCombiner
246 DisableGenericCombines = STI && STI->disableGenericCombines(OptLevel); in DAGCombiner()
1837 if (!DisableGenericCombines) in combine()