Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PFI

73     ProfileInfo *PFI;
131 PFI = getAnalysisIfAvailable<ProfileInfo>();
348 if (PFI) {
349 PFI->replaceAllUses(BB, DestBB);
350 PFI->removeEdge(ProfileInfo::getEdge(BB, DestBB));