Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp685 auto SetDest = [&](BasicBlock *Src, bool WillExit, bool ExitOnTrue) { in UnrollLoop() argument
687 const unsigned Idx = ExitOnTrue ^ WillExit; in UnrollLoop()
701 auto WillExit = [&](const ExitInfo &Info, unsigned i, unsigned j, in UnrollLoop() local
742 std::optional<bool> KnownWillExit = WillExit(Info, i, j, IsLatch); in UnrollLoop()