Home
last modified time | relevance | path

Searched refs:PImpl (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h36 LazyValueInfoImpl *PImpl = nullptr; variable
49 : 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");
H A DCtxProfAnalysis.h169 std::unique_ptr<ProfileAnnotatorImpl> PImpl; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
75 PImpl->get(Kind, Result); in get()
H A DValueProfileCollector.h78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp367 : 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()
H A DLazyValueInfo.cpp1741 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1343 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h68 std::unique_ptr<LDVImpl> PImpl;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3000 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local
3002 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
3005 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()