Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Depth

180                                   const TargetData &TD, unsigned Depth) {
183 // Limit our recursion depth.
184 if (Depth == 6) {
202 TD, Depth+1);
207 TD, Depth+1);
213 TD, Depth+1);
234 TD, Depth+1);
263 // Limit recursion depth to limit compile time in crazy cases.