Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h360 std::string getEntryBlockName() const { return EntryBlockName; } in getEntryBlockName() function
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1902 std::string EntryBlockName = After.getEntryBlockName(); in handleFunctionCompare()
1905 EntryBlockName = Before.getEntryBlockName(); in handleFunctionCompare()