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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1208   auto *ClonedPH = cast<BasicBlock>(VMap.lookup(OrigPH));
 1209   auto *ClonedHeader = cast<BasicBlock>(VMap.lookup(OrigHeader));
 1220     if (auto *ClonedExitBB = cast_or_null<BasicBlock>(VMap.lookup(ExitBB)))
 1238     if (auto *ClonedBB = cast_or_null<BasicBlock>(VMap.lookup(BB)))
 1304       auto *ClonedBB = cast_or_null<BasicBlock>(VMap.lookup(BB));
 1327           cast_or_null<BasicBlock>(VMap.lookup(ChildL->getHeader()));
 1336                    cast<BasicBlock>(VMap.lookup(ChildLoopBB))) &&
 1341       cloneLoopNest(*ChildL, ClonedL, VMap, LI);
 1434         cast_or_null<BasicBlock>(VMap.lookup(ChildL->getHeader()));
 1440       assert(VMap.count(ChildLoopBB) &&
 1445         *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI));