Searched refs:ExitInfoIt (Results 1 – 1 of 1) sorted by relevance
789 auto ExitInfoIt = ExitInfos.find(*BB); in UnrollLoop() local790 if (ExitInfoIt != ExitInfos.end()) in UnrollLoop()791 ExitInfoIt->second.ExitingBlocks.push_back(New); in UnrollLoop()