Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp596 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
597 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
598 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
612 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
613 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
830 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
831 if (LatchInst && L->contains(LatchInst)) in peelLoop()
832 NewVal = LVMap[LatchInst]; in peelLoop()