Searched defs:ContextEdge (Results 1 – 1 of 1) sorted by relevance
395 struct ContextEdge { struct in __anonf01a58700111::CallsiteContextGraph396 ContextNode *Callee;397 ContextNode *Caller;401 uint8_t AllocTypes = 0;404 DenseSet<uint32_t> ContextIds;406 ContextEdge(ContextNode *Callee, ContextNode *Caller, uint8_t AllocType, in ContextEdge() function411 DenseSet<uint32_t> &getContextIds() { return ContextIds; } in getContextIds()644 using ContextEdge = typedef