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

References

tools/llvm-exegesis/lib/SnippetRepetitor.cpp
   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);
   80         Loop.MBB->addLiveIn(LiveIn);
   81       Loop.addInstructions(Instructions);
   82       ET.decrementLoopCounterAndJump(*Loop.MBB, *Loop.MBB,
   82       ET.decrementLoopCounterAndJump(*Loop.MBB, *Loop.MBB,
   86       Loop.MBB->addSuccessor(Exit.MBB, BranchProbability::getZero());