Searched refs:getIdentityLense (Results 1 – 3 of 3) sorted by relevance
68 public static GraphLense getIdentityLense() { in getIdentityLense() method in GraphLense
93 return optimize(application, appInfo, GraphLense.getIdentityLense(), in optimize()257 GraphLense graphLense = GraphLense.getIdentityLense(); in run()
88 this.graphLense = graphLense != null ? graphLense : GraphLense.getIdentityLense(); in IRConverter()