Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Depth

1107                                        int Depth = 0) {
1108 if (Depth == 8)
1125 if (IsOnlyNullComparedAndFreed(BCI, Users, Depth+1)) {
1131 if (IsOnlyNullComparedAndFreed(GEPI, Users, Depth+1)) {
1792 /// AddReachableCodeToWorklist - Walk the function in depth-first order, adding
1913 // Do a depth-first traversal of the function, populate the worklist with