Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h515 bool inlineContextEqual(uint64_t Add1, uint64_t Add2);
H A DProfiledBinary.cpp235 bool ProfiledBinary::inlineContextEqual(uint64_t Address1, uint64_t Address2) { in inlineContextEqual() function in llvm::sampleprof::ProfiledBinary
H A DPerfReader.cpp132 bool SameInlinee = Binary->inlineContextEqual(PrevIP, IP.Address); in unwindLinear()