Searched refs:CheckLatchSuccessors (Results 1 – 1 of 1) sorted by relevance
318 auto CheckLatchSuccessors = [&](unsigned S1, unsigned S2) { in UnrollLoop() local324 if (BI && BI->isConditional() && !CheckLatchSuccessors(0, 1) && in UnrollLoop()325 !CheckLatchSuccessors(1, 0)) { in UnrollLoop()