Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2565 struct CSEDenseMapInfo { struct
2566 static bool canHandle(Instruction *I) { in canHandle()
2570 static inline Instruction *getEmptyKey() { in getEmptyKey()
2573 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
2576 static unsigned getHashValue(Instruction *I) { in getHashValue()
2581 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()