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.h400 FuncDataT(std::string S) : EntryBlockName(S) {} in FuncDataT()
403 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName()
406 std::string EntryBlockName;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2246 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare() local
2248 if (EntryBlockName == "") in handleFunctionCompare()
2249 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()
2250 assert(EntryBlockName != "" && "Expected to find entry block"); in handleFunctionCompare()
2252 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare()