Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp466 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
467 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
468 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
482 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
483 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
638 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
639 if (LatchInst && L->contains(LatchInst)) in peelLoop()
640 NewVal = LVMap[LatchInst]; in peelLoop()