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

References

lib/Transforms/Scalar/LoopFuse.cpp
 1358     assert(FC0NonLoopBlock == FC1GuardBlock && "Loops are not adjacent");
 1371     FC0.ExitBlock->getTerminator()->replaceUsesOfWith(FC1GuardBlock,
 1376     new UnreachableInst(FC1GuardBlock->getContext(), FC1GuardBlock);
 1376     new UnreachableInst(FC1GuardBlock->getContext(), FC1GuardBlock);
 1379         DominatorTree::Delete, FC1GuardBlock, FC1.Preheader));
 1381         DominatorTree::Delete, FC1GuardBlock, FC1NonLoopBlock));
 1383         DominatorTree::Delete, FC0GuardBlock, FC1GuardBlock));
 1387     assert(pred_begin(FC1GuardBlock) == pred_end(FC1GuardBlock) &&
 1387     assert(pred_begin(FC1GuardBlock) == pred_end(FC1GuardBlock) &&
 1389     assert(succ_begin(FC1GuardBlock) == succ_end(FC1GuardBlock) &&
 1389     assert(succ_begin(FC1GuardBlock) == succ_end(FC1GuardBlock) &&
 1509     assert(succ_begin(FC1GuardBlock) == succ_end(FC1GuardBlock) &&
 1509     assert(succ_begin(FC1GuardBlock) == succ_end(FC1GuardBlock) &&
 1511     assert(pred_begin(FC1GuardBlock) == pred_end(FC1GuardBlock) &&
 1511     assert(pred_begin(FC1GuardBlock) == pred_end(FC1GuardBlock) &&