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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp194 // CallValue
200 struct CallValue { struct in namespace:__anon3180
203 CallValue(Instruction *I) : Inst(I) { function in struct:__anon3180::CallValue
226 template <> struct DenseMapInfo<CallValue> {
227 static inline CallValue getEmptyKey() {
230 static inline CallValue getTombstoneKey() {
233 static unsigned getHashValue(CallValue Val);
234 static bool isEqual(CallValue LHS, CallValue RHS);
238 unsigned DenseMapInfo<CallValue>
[all...]

Completed in 58 milliseconds