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

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp187 // CallValue
191 /// CallValue - Instances of this struct represent available call values in
193 struct CallValue { struct in namespace:__anon26277
196 CallValue(Instruction *I) : Inst(I) { function in struct:__anon26277::CallValue
219 template<> struct DenseMapInfo<CallValue> {
220 static inline CallValue getEmptyKey() {
223 static inline CallValue getTombstoneKey() {
226 static unsigned getHashValue(CallValue Val);
227 static bool isEqual(CallValue LHS, CallValue RH
[all...]

Completed in 560 milliseconds