Searched defs:CallValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp135 // CallValue
139 /// CallValue - Instances of this struct represent available call values in
141 struct CallValue { struct in namespace:__anon9086
144 CallValue(Instruction *I) : Inst(I) { function in struct:__anon9086::CallValue
167 // CallValue is POD.
168 template<> struct isPodLike<CallValue> {
172 template<> struct DenseMapInfo<CallValue> {
173 static inline CallValue getEmptyKey() {
176 static inline CallValue getTombstoneKey() {
179 static unsigned getHashValue(CallValue Va
[all...]

Completed in 37 milliseconds