Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp325 struct ContextEdge { struct in __anon2f5d20380111::CallsiteContextGraph
326 ContextNode *Callee;
327 ContextNode *Caller;
331 uint8_t AllocTypes = 0;
334 DenseSet<uint32_t> ContextIds;
336 ContextEdge(ContextNode *Callee, ContextNode *Caller, uint8_t AllocType, in ContextEdge() argument
341 DenseSet<uint32_t> &getContextIds() { return ContextIds; } in getContextIds()
565 using ContextEdge = typedef