Home
last modified time | relevance | path

Searched defs:CSEDenseMapInfo (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2701 struct CSEDenseMapInfo { struct
2702 static bool canHandle(Instruction *I) { in canHandle()
2706 static inline Instruction *getEmptyKey() { in getEmptyKey()
2709 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
2712 static unsigned getHashValue(Instruction *I) { in getHashValue()
2717 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()