Searched refs:EntryBlockName (Results 1 – 2 of 2) sorted by relevance
357 FuncDataT(std::string S) : EntryBlockName(S) {} in FuncDataT()360 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName()363 std::string EntryBlockName;
1902 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare() local1904 if (EntryBlockName == "") in handleFunctionCompare()1905 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()1906 assert(EntryBlockName != "" && "Expected to find entry block"); in handleFunctionCompare()1908 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare()