HomeSort by relevance Sort by last modified time
    Searched defs:cflaa (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 22 namespace cflaa { namespace in namespace:llvm
54 } // namespace cflaa
CFLAndersAliasAnalysis.h 33 namespace cflaa { namespace in namespace:llvm
37 } // end namespace cflaa
61 const cflaa::AliasSummary *getAliasSummary(const Function &);
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
CFLSteensAliasAnalysis.h 34 namespace cflaa { namespace in namespace:llvm
38 } // end namespace cflaa
69 const cflaa::AliasSummary *getAliasSummary(Function &Fn);
101 std::forward_list<cflaa::FunctionHandle<CFLSteensAAResult>> Handles;
  /external/llvm/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 namespace cflaa { namespace in namespace:llvm
36 const cflaa::AliasSummary *getAliasSummary(Function &Fn) {
CFLSteensAliasAnalysis.h 32 namespace cflaa { namespace in namespace:llvm
61 const cflaa::AliasSummary *getAliasSummary(Function &Fn);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 47 namespace cflaa { namespace in namespace:llvm
165 template <typename CFLAA> class CFLGraphBuilder {
167 CFLAA &Analysis;
177 CFLAA &AA;
640 CFLGraphBuilder(CFLAA &Analysis, const TargetLibraryInfo &TLI, Function &Fn)
651 } // end namespace cflaa
AliasAnalysisSummary.cpp 7 namespace cflaa { namespace in namespace:llvm
AliasAnalysisSummary.h 45 namespace cflaa { namespace in namespace:llvm
245 template <> struct DenseMapInfo<cflaa::InstantiatedValue> {
246 static inline cflaa::InstantiatedValue getEmptyKey() {
247 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
250 static inline cflaa::InstantiatedValue getTombstoneKey() {
251 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
254 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
258 static bool isEqual(const cflaa::InstantiatedValue &LHS,
259 const cflaa::InstantiatedValue &RHS) {
StratifiedSets.h 26 namespace cflaa { namespace in namespace:llvm
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 7 namespace cflaa { namespace in namespace:llvm
AliasAnalysisSummary.h 45 namespace cflaa { namespace in namespace:llvm
171 template <> struct DenseMapInfo<cflaa::InstantiatedValue> {
172 static inline cflaa::InstantiatedValue getEmptyKey() {
173 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
176 static inline cflaa::InstantiatedValue getTombstoneKey() {
177 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
180 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
184 static bool isEqual(const cflaa::InstantiatedValue &LHS,
185 const cflaa::InstantiatedValue &RHS) {
CFLGraph.h 25 namespace cflaa { namespace in namespace:llvm
138 template <typename CFLAA> class CFLGraphBuilder {
140 CFLAA &Analysis;
150 CFLAA &AA;
520 CFLGraphBuilder(CFLAA &Analysis, const TargetLibraryInfo &TLI, Function &Fn)
StratifiedSets.h 26 namespace cflaa { namespace in namespace:llvm

Completed in 94 milliseconds