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

References

tools/llvm-exegesis/lib/Assembler.cpp
   96   MachineInstrBuilder Builder = BuildMI(MBB, DL, MCID);
  127     BuildMI(MBB, DL, TII->get(TII->getReturnOpcode()));
  130     MIB.setMBB(*MBB);
  200     Entry.MBB->addLiveIn(Reg);
tools/llvm-exegesis/lib/SnippetRepetitor.cpp
   72       Entry.MBB->addSuccessor(Loop.MBB, BranchProbability::getOne());
   72       Entry.MBB->addSuccessor(Loop.MBB, BranchProbability::getOne());
   73       Loop.MBB->addSuccessor(Loop.MBB, BranchProbability::getOne());
   73       Loop.MBB->addSuccessor(Loop.MBB, BranchProbability::getOne());
   76       Loop.MBB->addLiveIn(LoopCounter);
   78         Loop.MBB->addLiveIn(Reg);
   79       for (const auto &LiveIn : Entry.MBB->liveins())
   80         Loop.MBB->addLiveIn(LiveIn);
   82       ET.decrementLoopCounterAndJump(*Loop.MBB, *Loop.MBB,
   82       ET.decrementLoopCounterAndJump(*Loop.MBB, *Loop.MBB,
   86       Loop.MBB->addSuccessor(Exit.MBB, BranchProbability::getZero());
   86       Loop.MBB->addSuccessor(Exit.MBB, BranchProbability::getZero());