Home
last modified time | relevance | path

Searched refs:cflaa (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h47 namespace cflaa {
248 template <> struct DenseMapInfo<cflaa::InstantiatedValue> {
249 static inline cflaa::InstantiatedValue getEmptyKey() {
250 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
253 static inline cflaa::InstantiatedValue getTombstoneKey() {
254 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
257 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
261 static bool isEqual(const cflaa::InstantiatedValue &LHS,
262 const cflaa::InstantiatedValue &RHS) {
H A DAliasAnalysisSummary.cpp8 namespace cflaa { namespace
H A DStratifiedSets.h24 namespace cflaa {