Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.h237 bool inlineContextEqual(uint64_t Add1, uint64_t Add2) const;
H A DProfiledBinary.cpp118 bool ProfiledBinary::inlineContextEqual(uint64_t Address1, in inlineContextEqual() function in llvm::sampleprof::ProfiledBinary
H A DPerfReader.cpp65 bool SameInlinee = Binary->inlineContextEqual(PrevIP, IP.Address); in unwindLinear()