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

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
  365   if (IndirectBranch) {
  366     EmitBlock(IndirectBranch->getParent());
  391   if (IndirectBranch) {
  392     llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress());
 1693   if (!IndirectBranch)
 1699   IndirectBranch->addDestination(BB);
 1705   if (IndirectBranch) return IndirectBranch->getParent();
 1705   if (IndirectBranch) return IndirectBranch->getParent();
 1714   IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal);
 1715   return IndirectBranch->getParent();