Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2578 const CXXRecordDecl *PBT = BRL.getPrimaryBase(); in CollectContainingType() local
2579 if (PBT && !BRL.isPrimaryBaseVirtual()) in CollectContainingType()
2580 PBase = PBT; in CollectContainingType()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp9578 auto PBT = SE->getPredicatedBackedgeTakenCount(L, Pred); in PrintLoopInfo() local
9579 if (!isa<SCEVCouldNotCompute>(PBT)) { in PrintLoopInfo()
9580 OS << "Predicated backedge-taken count is " << *PBT << "\n"; in PrintLoopInfo()