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

References

lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
  110   auto BlockIt = BB2VPBB.find(BB);
  116   LLVM_DEBUG(dbgs() << "Creating VPBasicBlock for " << BB->getName() << "\n");
  117   VPBasicBlock *VPBB = new VPBasicBlock(BB->getName());
  118   BB2VPBB[BB] = VPBB;