Home
last modified time | relevance | path

Searched refs:PBT (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3662 const CXXRecordDecl *PBT = BRL.getPrimaryBase(); in CollectContainingType() local
3663 if (PBT && !BRL.isPrimaryBaseVirtual()) in CollectContainingType()
3664 PBase = PBT; in CollectContainingType()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp13564 auto PBT = SE->getPredicatedBackedgeTakenCount(L, Preds); in PrintLoopInfo() local
13565 if (!isa<SCEVCouldNotCompute>(PBT)) { in PrintLoopInfo()
13566 OS << "Predicated backedge-taken count is " << *PBT << "\n"; in PrintLoopInfo()