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.cpp956 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
957 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
958 VMap[&*I] = LVMap[LatchInst]; in cloneLoopBlocks()
973 Instruction *LatchInst = dyn_cast<Instruction>(LatchVal); in cloneLoopBlocks() local
974 if (LatchInst && L->contains(LatchInst)) in cloneLoopBlocks()
1280 Instruction *LatchInst = dyn_cast<Instruction>(NewVal); in peelLoop() local
1281 if (LatchInst && L->contains(LatchInst)) in peelLoop()
1282 NewVal = LVMap[LatchInst]; in peelLoop()