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

References

lib/Transforms/Utils/ValueMapper.cpp
  491   Function *F = cast<Function>(mapValue(BA.getFunction()));
  498     DelayedBBs.push_back(DelayedBasicBlock(BA));
  501     BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock()));
  504   return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock());
  504   return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock());