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

References

lib/Transforms/IPO/SampleProfile.cpp
 1457     if (TI->getNumSuccessors() == 1)
 1459     if (!isa<BranchInst>(TI) && !isa<SwitchInst>(TI))
 1459     if (!isa<BranchInst>(TI) && !isa<SwitchInst>(TI))
 1462     DebugLoc BranchLoc = TI->getDebugLoc();
 1470     for (unsigned I = 0; I < TI->getNumSuccessors(); ++I) {
 1471       BasicBlock *Succ = TI->getSuccessor(I);
 1493     misexpect::verifyMisExpect(TI, Weights, TI->getContext());
 1493     misexpect::verifyMisExpect(TI, Weights, TI->getContext());
 1501     if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) {
 1503       TI->setMetadata(LLVMContext::MD_prof,