Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp152 bool DisableGenericCombines; member in __anon58e6a55b0111::DAGCombiner
244 DisableGenericCombines = STI && STI->disableGenericCombines(OptLevel); in DAGCombiner()
1745 if (!DisableGenericCombines) in combine()