Searched refs:PBT (Results 1 – 2 of 2) sorted by relevance
2578 const CXXRecordDecl *PBT = BRL.getPrimaryBase(); in CollectContainingType() local2579 if (PBT && !BRL.isPrimaryBaseVirtual()) in CollectContainingType()2580 PBase = PBT; in CollectContainingType()
9578 auto PBT = SE->getPredicatedBackedgeTakenCount(L, Pred); in PrintLoopInfo() local9579 if (!isa<SCEVCouldNotCompute>(PBT)) { in PrintLoopInfo()9580 OS << "Predicated backedge-taken count is " << *PBT << "\n"; in PrintLoopInfo()