Searched refs:ContextEdge (Results 1 – 1 of 1) sorted by relevance
305 struct ContextEdge;343 std::vector<std::shared_ptr<ContextEdge>> CalleeEdges;347 std::vector<std::shared_ptr<ContextEdge>> CallerEdges;378 auto Edges = llvm::concat<const std::shared_ptr<ContextEdge>>( in getContextIds()381 : std::vector<std::shared_ptr<ContextEdge>>()); in getContextIds()393 auto Edges = llvm::concat<const std::shared_ptr<ContextEdge>>( in computeAllocType()396 : std::vector<std::shared_ptr<ContextEdge>>()); in computeAllocType()409 auto Edges = llvm::concat<const std::shared_ptr<ContextEdge>>( in emptyContextIds()412 : std::vector<std::shared_ptr<ContextEdge>>()); in emptyContextIds()451 ContextEdge *findEdgeFromCallee(const ContextNode *Callee);[all …]