Lines Matching refs:DOTFuncMSSAInfo
2280 class DOTFuncMSSAInfo { class
2286 DOTFuncMSSAInfo(const Function &F, MemorySSA &MSSA) in DOTFuncMSSAInfo() function in DOTFuncMSSAInfo
2296 struct GraphTraits<DOTFuncMSSAInfo *> : public GraphTraits<const BasicBlock *> {
2297 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { in getEntryNode()
2304 static nodes_iterator nodes_begin(DOTFuncMSSAInfo *CFGInfo) { in nodes_begin()
2308 static nodes_iterator nodes_end(DOTFuncMSSAInfo *CFGInfo) { in nodes_end()
2312 static size_t size(DOTFuncMSSAInfo *CFGInfo) { in size()
2318 struct DOTGraphTraits<DOTFuncMSSAInfo *> : public DefaultDOTGraphTraits {
2322 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) { in getGraphName()
2327 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) { in getNodeLabel()
2350 DOTFuncMSSAInfo *CFGInfo) { in getEdgeAttributes()
2355 DOTFuncMSSAInfo *CFGInfo) { in getNodeAttributes()
2388 DOTFuncMSSAInfo CFGInfo(F, MSSA); in run()