Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp667 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
668 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
669 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
683 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
684 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
889 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
890 if (LatchInst && L->contains(LatchInst)) in peelLoop()
891 NewVal = LVMap[LatchInst]; in peelLoop()