Searched refs:PImpl (Results 1 – 9 of 9) sorted by relevance
36 LazyValueInfoImpl *PImpl = nullptr; variable49 : AC(Arg.AC), DL(Arg.DL), PImpl(Arg.PImpl) { in LazyValueInfo()50 Arg.PImpl = nullptr; in LazyValueInfo()56 PImpl = Arg.PImpl;57 Arg.PImpl = nullptr;170 assert(!Info.PImpl && "releaseMemory not called");
169 std::unique_ptr<ProfileAnnotatorImpl> PImpl; variable
68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()75 PImpl->get(Kind, Result); in get()
78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
367 : PImpl(std::make_unique<ProfileAnnotatorImpl>(F, RawCounters)) {} in ProfileAnnotator()372 return PImpl->getBBCount(BB); in getBBCount()378 const auto &BBInfo = PImpl->getBBInfo(*SI.getParent()); in getSelectInstrProfile()387 assert(Index < PImpl->Counters.size() && in getSelectInstrProfile()393 TrueCount = PImpl->Counters[Index]; in getSelectInstrProfile()409 const auto &BBInfo = PImpl->getBBInfo(BB); in getOutgoingBranchWeights()
1741 if (!PImpl) { in getOrCreateImpl()1746 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()1748 return *PImpl; in getOrCreateImpl()1751 LazyValueInfoImpl *LazyValueInfo::getImpl() { return PImpl; } in getImpl()1759 PImpl = nullptr; in releaseMemory()
1343 if (PImpl) in releaseMemory()1344 PImpl->clear(); in releaseMemory()1365 PImpl.reset(new LDVImpl(LIS)); in analyze()1370 PImpl->runOnMachineFunction(MF, InstrRef); in analyze()1554 if (PImpl) in splitRegister()1555 PImpl->splitRegister(OldReg, NewRegs); in splitRegister()2006 if (PImpl) in emitDebugValues()2007 PImpl->emitDebugValues(VRM); in emitDebugValues()2015 if (PImpl) in print()2016 PImpl->print(OS); in print()
68 std::unique_ptr<LDVImpl> PImpl;
3000 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local3002 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()3005 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()