Searched refs:EntryBlockName (Results 1 – 2 of 2) sorted by relevance
327 FuncDataT(std::string S) : EntryBlockName(S) {} in FuncDataT()330 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName()333 std::string EntryBlockName;
1879 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare() local1881 if (EntryBlockName == "") in handleFunctionCompare()1882 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()1883 assert(EntryBlockName != "" && "Expected to find entry block"); in handleFunctionCompare()1885 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare()