Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp319 struct ExitInfo { in UnrollLoop() struct
320 unsigned TripCount; in UnrollLoop()
321 unsigned TripMultiple; in UnrollLoop()
322 unsigned BreakoutTrip; in UnrollLoop()
323 bool ExitOnTrue; in UnrollLoop()
324 BasicBlock *FirstExitingBlock = nullptr; in UnrollLoop()
325 SmallVector<BasicBlock *> ExitingBlocks; in UnrollLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1105 const VSETVLIInfo &ExitInfo = BlockInfo[MBB.getNumber()].Exit; in emitVSETVLIs() local