Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp802 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
803 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
804 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
818 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
819 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
1028 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
1029 if (LatchInst && L->contains(LatchInst)) in peelLoop()
1030 NewVal = LVMap[LatchInst]; in peelLoop()