reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  557       Instruction *LatchInst = dyn_cast<Instruction>(LatchVal);
  559         LatchVal = VMap[LatchVal];
  559         LatchVal = VMap[LatchVal];
  560       PHI.addIncoming(LatchVal, cast<BasicBlock>(VMap[Edge.first]));