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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1662                       DT->dominates(Instr->getParent(), LoopVectorPreHeader));
 2702   DT->addNewBlock(NewBB, BB);
 2734   DT->addNewBlock(NewBB, BB);
 2780   DT->addNewBlock(NewBB, BB);
 2790   LVer = std::make_unique<LoopVersioning>(*Legal->getLAI(), OrigLoop, LI, DT,
 4348   assert(DT->properlyDominates(LoopBypassBlocks.front(), LoopExitBlock) &&
 4351   DT->addNewBlock(LoopMiddleBlock,
 4353   DT->addNewBlock(LoopScalarPreHeader, LoopBypassBlocks[0]);
 4354   DT->changeImmediateDominator(LoopScalarBody, LoopScalarPreHeader);
 4355   DT->changeImmediateDominator(LoopExitBlock, LoopBypassBlocks[0]);
 4356   assert(DT->verify(DominatorTree::VerificationLevel::Fast));