Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h388 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2253 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare()
2256 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()