Searched refs:InstructionLocation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp77 struct InstructionLocation { struct in namespace:__anon26331
78 InstructionLocation(int L, unsigned D) : LineOffset(L), Discriminator(D) {} function in struct:__anon26331::InstructionLocation
85 template <> struct DenseMapInfo<InstructionLocation> {
88 static inline InstructionLocation getEmptyKey() {
89 return InstructionLocation(OffsetInfo::getEmptyKey(),
92 static inline InstructionLocation getTombstoneKey() {
93 return InstructionLocation(OffsetInfo::getTombstoneKey(),
96 static inline unsigned getHashValue(InstructionLocation Val) {
100 static inline bool isEqual(InstructionLocation LHS, InstructionLocation RH
[all...]

Completed in 77 milliseconds