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