Lines Matching defs:innermost
321 // Place the node into the innermost nested loop of which it is a member.
325 LoopInfo* innermost = nullptr;
336 if (innermost == nullptr ||
337 loop->loop->depth_ > innermost->loop->depth_) {
338 innermost = loop;
344 if (innermost == nullptr) continue;
346 ni.next = innermost->header_list;
347 innermost->header_list = ∋
349 ni.next = innermost->body_list;
350 innermost->body_list = ∋