Searched refs:EntryBlockName (Results 1 – 2 of 2) sorted by relevance
373 FuncDataT(std::string S) : EntryBlockName(S) {} in FuncDataT()376 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName()379 std::string EntryBlockName;
2156 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare() local2158 if (EntryBlockName == "") in handleFunctionCompare()2159 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()2160 assert(EntryBlockName != "" && "Expected to find entry block"); in handleFunctionCompare()2162 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare()