Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OL

479     DAGCombiner(SelectionDAG &D, AliasAnalysis &A, CodeGenOpt::Level OL)
481 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {