Home
last modified time | relevance | path

Searched refs:ExitInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp507 struct ExitInfo { in UnrollLoop() struct
515 DenseMap<BasicBlock *, ExitInfo> ExitInfos; in UnrollLoop()
525 ExitInfo &Info = ExitInfos[ExitingBlock]; in UnrollLoop()
898 auto WillExit = [&](const ExitInfo &Info, unsigned i, unsigned j, in UnrollLoop()
934 ExitInfo &Info = Pair.second; in UnrollLoop()