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

References

lib/CodeGen/CodeGenPrepare.cpp
  940   for (auto R = RelocatedBase->getParent()->getFirstInsertionPt();
  941        &*R != RelocatedBase; ++R)
  943       if (RI->getStatepoint() == RelocatedBase->getStatepoint())
  944         if (RI->getBasePtrIndex() == RelocatedBase->getBasePtrIndex()) {
  945           RelocatedBase->moveBefore(RI);
  950     assert(ToReplace->getBasePtrIndex() == RelocatedBase->getBasePtrIndex() &&
  957     if (RelocatedBase->getParent() != ToReplace->getParent()) {
  975     assert(RelocatedBase->getNextNode() &&
  979     IRBuilder<> Builder(RelocatedBase->getNextNode());
 1003     Value *ActualRelocatedBase = RelocatedBase;
 1004     if (RelocatedBase->getType() != Base->getType()) {
 1006           Builder.CreateBitCast(RelocatedBase, Base->getType());