Home
last modified time | relevance | path

Searched defs:ContextNode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp235 struct ContextNode { struct in __anonf01a58700111::CallsiteContextGraph
239 bool IsAllocation;
243 bool Recursive = false;
246 CallInfo Call;
255 uint64_t OrigStackOrAllocId = 0;
259 uint8_t AllocTypes = 0;
263 std::vector<std::shared_ptr<ContextEdge>> CalleeEdges;
267 std::vector<std::shared_ptr<ContextEdge>> CallerEdges;
272 getEdgesWithAllocInfo() const { in getEdgesWithAllocInfo()
288 DenseSet<uint32_t> getContextIds() const { in getContextIds()
[all …]
H A DSampleContextTracker.cpp276 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local
503 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local
520 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp297 bool (*Writer)(void *W, const ContextNode &)) { in __llvm_ctx_profile_fetch()