Searched refs:ExitInfos (Results 1 – 1 of 1) sorted by relevance
326 DenseMap<BasicBlock *, ExitInfo> ExitInfos; in UnrollLoop() local336 ExitInfo &Info = ExitInfos.try_emplace(ExitingBlock).first->second; in UnrollLoop()589 auto ExitInfoIt = ExitInfos.find(*BB); in UnrollLoop()590 if (ExitInfoIt != ExitInfos.end()) in UnrollLoop()732 for (const auto &Pair : ExitInfos) { in UnrollLoop()