Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp781 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
782 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
783 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
797 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
798 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
1007 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
1008 if (LatchInst && L->contains(LatchInst)) in peelLoop()
1009 NewVal = LVMap[LatchInst]; in peelLoop()