Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp876 auto SetDest = [&](BasicBlock *Src, bool WillExit, bool ExitOnTrue) { in UnrollLoop() argument
878 const unsigned Idx = ExitOnTrue ^ WillExit; in UnrollLoop()
892 auto WillExit = [&](const ExitInfo &Info, unsigned i, unsigned j, in UnrollLoop() local
933 std::optional<bool> KnownWillExit = WillExit(Info, i, j, IsLatch); in UnrollLoop()