Home
last modified time | relevance | path

Searched refs:FuncEntry (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp71 const StableFunctionMap::StableFunctionEntry *FuncEntry) { in getStableIndexOperandHashes() argument
73 for (auto &[Indices, OpndHash] : *FuncEntry->IndexOperandHashMap) in getStableIndexOperandHashes()
191 auto FuncEntry = std::make_unique<StableFunctionMap::StableFunctionEntry>( in deserialize() local
195 FunctionMap->insert(std::move(FuncEntry)); in deserialize()
202 for (const auto *FuncEntry : FuncEntries) { in serializeYAML() local
203 auto IndexOperandHashes = getStableIndexOperandHashes(FuncEntry); in serializeYAML()
205 FuncEntry->Hash, *FunctionMap->getNameForId(FuncEntry->FunctionNameId), in serializeYAML()
206 *FunctionMap->getNameForId(FuncEntry->ModuleNameId), in serializeYAML()
207 FuncEntry->InstCount, std::move(IndexOperandHashes)); in serializeYAML()
H A DStableFunctionMap.cpp88 auto FuncEntry = std::make_unique<StableFunctionEntry>( in insert() local
91 insert(std::move(FuncEntry)); in insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h120 void insert(std::unique_ptr<StableFunctionEntry> FuncEntry) { in insert()
122 HashToFuncs[FuncEntry->Hash].emplace_back(std::move(FuncEntry)); in insert()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp63 FuncEntry(thr, (uptr)&registered_tags[tag]); in PushTag()
75 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
H A Dtsan_interface.inc168 void __tsan_func_entry(void *pc) { FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); }
H A Dtsan_interface_ann.cpp34 FuncEntry(thr_, pc); in ScopedAnnotation()
H A Dtsan_interface_atomic.cpp890 FuncEntry(thr, cpc); in AtomicGo()
901 FuncEntry(thr, cpc); in AtomicGoRet()
H A Dtsan_interceptors_posix.cpp300 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
436 FuncEntry(thr, ctx->pc); in at_exit_callback_installed_at()
446 FuncEntry(thr, ctx->pc); in cxa_at_exit_callback_installed_at()
512 FuncEntry(thr, ctx->pc); in on_exit_callback_installed_at()
H A Dtsan_rtl.h783 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
H A Dtsan_rtl_access.cpp97 FuncEntry(thr, pc); in TraceRestartFuncEntry()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp175 FuncEntry(thr, callpc); in __tsan_read_pc()
187 FuncEntry(thr, callpc); in __tsan_write_pc()
202 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp913 MCSymbol *FuncEntry = OutContext.getOrCreateSymbol( in LowerPATCHABLE_FUNCTION_ENTER() local
927 FuncEntry, SystemZ::S_PLT, OutContext))); in LowerPATCHABLE_FUNCTION_ENTER()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1319 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local
1329 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2202 for (auto &FuncEntry : FuncToCallsWithMetadata) in ModuleCallsiteContextGraph() local
2203 for (auto &Call : FuncEntry.second) in ModuleCallsiteContextGraph()