Searched refs:PBT (Results 1 – 2 of 2) sorted by relevance
3662 const CXXRecordDecl *PBT = BRL.getPrimaryBase(); in CollectContainingType() local3663 if (PBT && !BRL.isPrimaryBaseVirtual()) in CollectContainingType()3664 PBase = PBT; in CollectContainingType()
13564 auto PBT = SE->getPredicatedBackedgeTakenCount(L, Preds); in PrintLoopInfo() local13565 if (!isa<SCEVCouldNotCompute>(PBT)) { in PrintLoopInfo()13566 OS << "Predicated backedge-taken count is " << *PBT << "\n"; in PrintLoopInfo()