Home
last modified time | relevance | path

Searched refs:EntryBlockName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h357 FuncDataT(std::string S) : EntryBlockName(S) {} in FuncDataT()
360 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName()
363 std::string EntryBlockName;
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1902 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare() local
1904 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()