Searched defs:ContextNode (Results 1 – 3 of 3) sorted by relevance
235 struct ContextNode { struct in __anonf01a58700111::CallsiteContextGraph239 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 …]
276 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local503 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local520 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local
297 bool (*Writer)(void *W, const ContextNode &)) { in __llvm_ctx_profile_fetch()