Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp842 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
843 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
844 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
858 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
859 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
1068 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
1069 if (LatchInst && L->contains(LatchInst)) in peelLoop()
1070 NewVal = LVMap[LatchInst]; in peelLoop()