HomeSort by relevance Sort by last modified time
    Searched refs:CFLGraph (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
CFLGraph.h 1 //======- CFLGraph.h - Abstract stratified sets implementation. --------======//
10 /// This file defines CFLGraph, an auxiliary data structure used by CFL-based
28 /// CFLGraph is auxiliary data structure used by CFL-based alias analysis to
37 class CFLGraph {
130 ///\brief A builder class used to create CFLGraph instance from a given function
144 CFLGraph Graph;
153 CFLGraph &Graph;
525 const CFLGraph &getCFLGraph() const { return Graph; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 1 //===- CFLGraph.h - Abstract stratified sets implementation. -----*- C++-*-===//
11 /// This file defines CFLGraph, an auxiliary data structure used by CFL-based
50 /// CFLGraph is auxiliary data structure used by CFL-based alias analysis to
59 class CFLGraph {
157 ///A builder class used to create CFLGraph instance from a given function
171 CFLGraph Graph;
181 CFLGraph &Graph;
645 const CFLGraph &getCFLGraph() const { return Graph; }
CFLAndersAliasAnalysis.cpp 32 // - Our algorithm eagerly computes all alias pairs after the CFLGraph is built,
58 #include "CFLGraph.h"
604 const CFLGraph &Graph) {
625 static Optional<InstantiatedValue> getNodeBelow(const CFLGraph &Graph,
633 static void processWorkListItem(const WorkListItem &Item, const CFLGraph &Graph,
732 static AliasAttrMap buildAttrMap(const CFLGraph &Graph,
737 // Initialize each node with its original AliasAttrs in CFLGraph
    [all...]

Completed in 128 milliseconds