Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h385 FuncDataT(std::string S) : EntryBlockName(S) {} in FuncDataT()
388 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName()
391 std::string EntryBlockName;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2253 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare() local
2255 if (EntryBlockName == "") in handleFunctionCompare()
2256 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()
2257 assert(EntryBlockName != "" && "Expected to find entry block"); in handleFunctionCompare()
2259 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare()