Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp218 uint64_t EntryIDA = 0; in isIdenticalWith() local
221 BC.getFunctionForSymbol(SymbolA, &EntryIDA); in isIdenticalWith()
224 if (FunctionA && EntryIDA) in isIdenticalWith()